Skip to content

Commit

Permalink
add info about new lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Sep 2, 2023
1 parent c9e06b9 commit 16a0a60
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]

## [21.34.38] - 2023-09-02

### Added

- Split PostgreSQL component into PostgreSQL and MockPostgreSQL in order make easier to write integration tests.

## [20.33.38] - 2023-09-02

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

- Add `loose-schema` function.

[Unreleased]: https://github.com/macielti/common-clj/compare/v20.33.38...HEAD
[Unreleased]: https://github.com/macielti/common-clj/compare/v20.34.38...HEAD

[21.34.38]: https://github.com/macielti/common-clj/compare/v20.33.38...v20.34.38

[20.33.38]: https://github.com/macielti/common-clj/compare/v20.32.37...v20.33.38

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 "20.33.39"
(defproject net.clojars.macielti/common-clj "21.34.38"
: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 16a0a60

Please sign in to comment.