#48: Perform Release

This commit is contained in:
Tim Zöller 2020-12-16 10:15:56 +01:00
parent 10af1004da
commit b8866fb883
2 changed files with 9 additions and 2 deletions

View file

@ -1,7 +1,14 @@
# 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/).
## [0.4.0] - Upcoming
## [0.4.0] - 2020-12-16
### Added
- [#43](https://github.com/javahippie/clj-test-containers/issues/43): Provide a way to remove all running testcontainers instances in a REPL session
### Changed
- [#40](https://github.com/javahippie/clj-test-containers/issues/40): Increase Testcontainers version to 1.15.0
- [#47](https://github.com/javahippie/clj-test-containers/issues/47): Increase Testcontainers version to 1.15.1
- [#44](https://github.com/javahippie/clj-test-containers/pull/44): Use .copyFileToContainer when the container is already started
## [0.3.0] - 2020-10-23
### Added

View file

@ -1,4 +1,4 @@
(defproject clj-test-containers "0.4.0-SNAPSHOT"
(defproject clj-test-containers "0.4.0"
:description "A lightweight, unofficial wrapper around the Testcontainers Java library"
:url "https://github.com/javahippie/clj-test-containers"