0.3.0
This commit is contained in:
parent
62b879583f
commit
e6d935c47e
3 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# 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.3.0] - 2019-11-15
|
||||||
### Added
|
### Added
|
||||||
- Added aggregate function
|
- Added aggregate function
|
||||||
- `skip` option to `find`
|
- `skip` option to `find`
|
||||||
|
|
@ -20,5 +20,5 @@ 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.2.0...HEAD
|
[0.3.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...HEAD
|
||||||
[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
|
||||||
|
|
|
||||||
|
|
@ -28,10 +28,10 @@ For Leinengen, add this to your project.clj:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
;; The underlying driver -- any newer version can also be used
|
;; The underlying driver -- any newer version can also be used
|
||||||
[org.mongodb/mongodb-driver-sync "3.11.0"]
|
[org.mongodb/mongodb-driver-sync "3.11.2"]
|
||||||
|
|
||||||
;; This wrapper library
|
;; This wrapper library
|
||||||
[mongo-driver-3 "0.2.0"]
|
[mongo-driver-3 "0.3.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject mongo-driver-3 "0.3.0-SNAPSHOT"
|
(defproject mongo-driver-3 "0.3.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