Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathell committed Sep 4, 2022
1 parent 2c8d4de commit c3d6a4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History of Skyscraper releases

## 0.3.3 (unreleased)
## 0.3.3 (2022-09-04)

- Feature: To facilitate debugging, processors can now set the
`:skyscraper/description` key on contexts. These descriptions will be
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A framework that helps you build structured dumps of whole websites.

[![clojars](https://img.shields.io/clojars/v/skyscraper.svg)](https://clojars.org/skyscraper)
[![CircleCI](https://circleci.com/gh/nathell/skyscraper.svg?style=shield)](https://circleci.com/gh/nathell/skyscraper)
[![cljdoc](https://cljdoc.org/badge/skyscraper/skyscraper)](https://cljdoc.org/d/skyscraper/skyscraper/0.3.2)
[![cljdoc](https://cljdoc.org/badge/skyscraper/skyscraper)](https://cljdoc.org/d/skyscraper/skyscraper/0.3.3)

## Concepts

Expand Down Expand Up @@ -61,7 +61,7 @@ Explore the [documentation]. Have a look at examples in the `examples/` director

If something is unclear, or you have suggestions or encounter a bug, please create an issue!

[documentation]: https://cljdoc.org/d/skyscraper/skyscraper/0.3.2
[documentation]: https://cljdoc.org/d/skyscraper/skyscraper/0.3.3

## Caveats

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject skyscraper "0.3.3-SNAPSHOT"
(defproject skyscraper "0.3.3"
:description "Structural scraping for the rest of us."
:license {:name "MIT", :url "https://github.com/nathell/skyscraper/blob/master/README.md#license"}
:scm {:name "git", :url "https://github.com/nathell/skyscraper"}
Expand Down

0 comments on commit c3d6a4d

Please sign in to comment.