#20 - Released 0.2.0-SNAPSHOT to clojars

This commit is contained in:
Tim Zöller 2020-08-05 22:49:04 +02:00
parent ba11321601
commit 1e24824916
2 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,10 @@
# 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/).
## [Unreleased] ## [0.2.0] - 2020-08-05
### Added ### Added
- [#2](https://github.com/javahippie/clj-test-containers/issues/2): Enable configuration of networking
- [#8](https://github.com/javahippie/clj-test-containers/issues/8): Improve Documentation for cljdoc
- [#15](https://github.com/javahippie/clj-test-containers/issues/15): Add a way to create an Image from a Dockerfile - [#15](https://github.com/javahippie/clj-test-containers/issues/15): Add a way to create an Image from a Dockerfile
- [#17](https://github.com/javahippie/clj-test-containers/issues/17): Enable the library to use predefined Containers - [#17](https://github.com/javahippie/clj-test-containers/issues/17): Enable the library to use predefined Containers
- [#18](https://github.com/javahippie/clj-test-containers/issues/18): Reuse more code between `create`, `init` and `create-from-dockerfile` - [#18](https://github.com/javahippie/clj-test-containers/issues/18): Reuse more code between `create`, `init` and `create-from-dockerfile`
@ -11,6 +13,8 @@ All notable changes to this project will be documented in this file. This change
### Changed ### Changed
- [#9](https://github.com/javahippie/clj-test-containers/issues/9): using `:keys [......]` - [#9](https://github.com/javahippie/clj-test-containers/issues/9): using `:keys [......]`
- [#13](https://github.com/javahippie/clj-test-containers/issues/13): Update Git Configuration - [#13](https://github.com/javahippie/clj-test-containers/issues/13): Update Git Configuration
- [#20](https://github.com/javahippie/clj-test-containers/issues/20): Release Milestone 0.2.0
## [0.1.0] - 2020-06-06 ## [0.1.0] - 2020-06-06
### Added ### Added

View file

@ -1,4 +1,4 @@
(defproject clj-test-containers "0.1.0" (defproject clj-test-containers "0.2.0-SNAPSHOT"
: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"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"