File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] [ semver ] .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.2.0 ] - 2016-05-07
7
7
### Added
8
8
- Add convenience functions ` measurements ` and ` series ` .
9
9
- Support for querying data ([ #1 ] [ issue-1 ] ).
@@ -18,7 +18,8 @@ This project adheres to [Semantic Versioning][semver].
18
18
19
19
[ semver ] : http://semver.org/
20
20
21
- [ Unreleased ] : https://github.com/mnuessler/influxdb-clojure/compare/v0.1.0...HEAD
21
+ [ Unreleased ] : https://github.com/mnuessler/influxdb-clojure/compare/v0.2.0...HEAD
22
+ [ 0.2.0 ] : https://github.com/mnuessler/influxdb-clojure/compare/v0.1.0...v0.2.0
22
23
23
24
[ issue-1 ] : https://github.com/mnuessler/influxdb-clojure/issues/1
24
25
[ issue-4 ] : https://github.com/mnuessler/influxdb-clojure/issues/4
Original file line number Diff line number Diff line change 1
- (defproject influxdb /influxdb-clojure " 0.2.0-SNAPSHOT "
1
+ (defproject influxdb /influxdb-clojure " 0.2.0"
2
2
:description " Minimalistic InfluxDB client for Clojure, implemented as a wrapper
3
3
around the InfluxDB Java client. Compatible with InfluxDB >= 0.9."
4
4
:url " https://github.com/mnuessler/influxdb-clojure"
You can’t perform that action at this time.
0 commit comments