Skip to content

Commit

Permalink
Release 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 5, 2023
1 parent c61f4d6 commit 707f7fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-RC2 (2023-10-05)

* Improved performance (#204)

## 2.0.0-RC1 (2023-06-21)

* Reverted behaviour of `hiccup.core/h` to 1.0 (#198)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ to represent elements, and maps to represent an element's attributes.

Add the following dependency to your `deps.edn` file:

hiccup/hiccup {:mvn/version "2.0.0-RC1"}
hiccup/hiccup {:mvn/version "2.0.0-RC2"}

Or to your Leiningen `project.clj` file:

[hiccup "2.0.0-RC1"]
[hiccup "2.0.0-RC2"]

## Documentation

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 hiccup "2.0.0-RC1"
(defproject hiccup "2.0.0-RC2"
:description "A fast library for rendering HTML in Clojure"
:url "http://github.com/weavejester/hiccup"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 707f7fd

Please sign in to comment.