Prepared Release 0.5.0
This commit is contained in:
parent
0b1031c083
commit
1dacbe6e78
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
|
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
|
||||||
|
|
||||||
|
## [0.5.0] - 2021-08-18
|
||||||
|
### Changed
|
||||||
|
- [#49](https://github.com/javahippie/clj-test-containers/issues/49): Updated to latest Testcontainers version
|
||||||
|
- [#50](https://github.com/javahippie/clj-test-containers/issues/50): supress Reflection warnings
|
||||||
|
- [#52](https://github.com/javahippie/clj-test-containers/pull/52): Fix unbalanced parens and braces
|
||||||
|
|
||||||
## [0.4.0] - 2020-12-16
|
## [0.4.0] - 2020-12-16
|
||||||
### Added
|
### Added
|
||||||
- [#43](https://github.com/javahippie/clj-test-containers/issues/43): Provide a way to remove all running testcontainers instances in a REPL session
|
- [#43](https://github.com/javahippie/clj-test-containers/issues/43): Provide a way to remove all running testcontainers instances in a REPL session
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject clj-test-containers "0.5.0-SNAPSHOT"
|
(defproject clj-test-containers "0.5.0"
|
||||||
:description "A lightweight, unofficial wrapper around the Testcontainers Java library"
|
:description "A lightweight, unofficial wrapper around the Testcontainers Java library"
|
||||||
|
|
||||||
:url "https://github.com/javahippie/clj-test-containers"
|
:url "https://github.com/javahippie/clj-test-containers"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue