0.4.0 release
This commit is contained in:
parent
db93922521
commit
5512590e96
3 changed files with 6 additions and 5 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
# 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.4.0]
|
||||||
### Added
|
### Added
|
||||||
- list collections
|
- list collections
|
||||||
- start session
|
- start session
|
||||||
- remove reflection warnings
|
- remove reflection warnings
|
||||||
|
|
||||||
## [0.3.1]
|
## [0.3.1] - 2019-11-17
|
||||||
### Added
|
### Added
|
||||||
- More documentation
|
- More documentation
|
||||||
|
|
||||||
|
|
@ -30,7 +30,8 @@ All notable changes to this project will be documented in this file. This change
|
||||||
### Added
|
### Added
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.1...HEAD
|
[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.4.0...HEAD
|
||||||
|
[0.4.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.1...v0.4.0
|
||||||
[0.3.1]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.0...v0.3.1
|
[0.3.1]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.0...v0.3.1
|
||||||
[0.3.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...v0.3.0
|
[0.3.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...v0.3.0
|
||||||
[0.2.0]: https://github.com/gnarroway/hato/compare/v0.1.0...v0.2.0
|
[0.2.0]: https://github.com/gnarroway/hato/compare/v0.1.0...v0.2.0
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ For Leinengen, add this to your project.clj:
|
||||||
[org.mongodb/mongodb-driver-sync "3.11.2"]
|
[org.mongodb/mongodb-driver-sync "3.11.2"]
|
||||||
|
|
||||||
;; This wrapper library
|
;; This wrapper library
|
||||||
[mongo-driver-3 "0.3.1"]
|
[mongo-driver-3 "0.4.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject mongo-driver-3 "0.3.2-SNAPSHOT"
|
(defproject mongo-driver-3 "0.4.0"
|
||||||
:description "A Clojure wrapper for the Java MongoDB driver 3.11+."
|
:description "A Clojure wrapper for the Java MongoDB driver 3.11+."
|
||||||
:url "https://github.com/gnarroway/mongo-driver-3"
|
:url "https://github.com/gnarroway/mongo-driver-3"
|
||||||
:license {:name "The MIT License"
|
:license {:name "The MIT License"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue