Skip to content

Commit

Permalink
Set release version, update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Mar 22, 2024
1 parent eb11236 commit f15514d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...


## [2.1.0] - 2024-03-22

### Changed
- Drop `byte-streams` dependency to avoid reflection issues which interfere
with Graal native-image compilation.
- Update most dependencies to latest versions.
- Update style/lint/CI tooling.


## [2.0.4] - 2020-04-20
Expand Down Expand Up @@ -372,7 +379,8 @@ interface.
Initial project release.


[Unreleased]: https://github.com/greglook/blocks/compare/2.0.4...HEAD
[Unreleased]: https://github.com/greglook/blocks/compare/2.1.0...HEAD
[2.1.0]: https://github.com/greglook/blocks/compare/2.0.4...2.1.0
[2.0.4]: https://github.com/greglook/blocks/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/greglook/blocks/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/greglook/blocks/compare/2.0.1...2.0.2
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 mvxcvi/blocks "2.1.0-SNAPSHOT"
(defproject mvxcvi/blocks "2.1.0"
:description "Content-addressed data storage interface."
:url "https://github.com/greglook/blocks"
:license {:name "Public Domain"
Expand Down

0 comments on commit f15514d

Please sign in to comment.