Skip to content

Commit

Permalink
Release 2.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 29, 2024
1 parent 9fd4053 commit 24d55d1
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-RC4 (2024-11-29)

* Fixed compiler bug that emitted unevaluated forms (#214)

## 2.0.0-RC3 (2024-02-11)

* Optimized amount of bytecode generated (#206)
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-RC3"}
hiccup/hiccup {:mvn/version "2.0.0-RC4"}

Or to your Leiningen `project.clj` file:

[hiccup "2.0.0-RC3"]
[hiccup "2.0.0-RC4"]

## 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-RC3"
(defproject hiccup "2.0.0-RC4"
: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 24d55d1

Please sign in to comment.