Skip to content

Commit 4d38180

Browse files
committed
Release 2.0.0-RC5
1 parent e8150f7 commit 4d38180

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-RC5 (2025-05-21)
2+
3+
* Fixed emitting unevaluated forms for non-literal tags (#217)
4+
15
## 2.0.0-RC4 (2024-11-29)
26

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ to represent elements, and maps to represent an element's attributes.
77

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

10-
hiccup/hiccup {:mvn/version "2.0.0-RC4"}
10+
hiccup/hiccup {:mvn/version "2.0.0-RC5"}
1111

1212
Or to your Leiningen `project.clj` file:
1313

14-
[hiccup "2.0.0-RC4"]
14+
[hiccup "2.0.0-RC5"]
1515

1616
## Documentation
1717

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject hiccup "2.0.0-RC4"
1+
(defproject hiccup "2.0.0-RC5"
22
:description "A fast library for rendering HTML in Clojure"
33
:url "http://github.com/weavejester/hiccup"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)