Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Jul 25, 2024
1 parent 2a32987 commit 6267d66
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 @@ -5,6 +5,12 @@ of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## [25.52.51] - 2024-07-25

## Added

- Add misc function to remove namespace from keywords in a map.

## [25.52.50] - 2024-07-21

## Added
Expand Down Expand Up @@ -689,7 +695,9 @@ of [keepachangelog.com](http://keepachangelog.com/).

- Add `loose-schema` function.

[Unreleased]: https://github.com/macielti/common-clj/compare/v25.52.50...HEAD
[Unreleased]: https://github.com/macielti/common-clj/compare/v25.52.51...HEAD

[25.52.51]: https://github.com/macielti/common-clj/compare/v25.52.50...v25.52.51

[25.52.50]: https://github.com/macielti/common-clj/compare/v25.51.50...v25.52.50

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 net.clojars.macielti/common-clj "25.52.50"
(defproject net.clojars.macielti/common-clj "25.52.51"
:description "Just common Clojure code that I use across projects"
:url "https://github.com/macielti/common-clj"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 6267d66

Please sign in to comment.