File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Fixed
15
15
- * No changes*
16
16
17
- ## [ 0.1.1 ] - 2021-01-02
17
+ ## [ 0.1.0 ] - 2021-01-02
18
18
### Changed
19
19
- Switched to multi-project setup: ` fsclient-core ` and ` fsclient-circe `
20
20
@@ -49,8 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
49
### Added
50
50
- This is the first release of ` fsclient ` .
51
51
52
- [ Unreleased ] : https://github.com/bartholomews/fsclient/compare/v0.1.1...HEAD
53
- [ 0.1.1 ] : https://github.com/bartholomews/fsclient/compare/v0.1.0...v0.1.1
52
+ [ Unreleased ] : https://github.com/bartholomews/fsclient/compare/v0.1.0...HEAD
54
53
[ 0.1.0 ] : https://github.com/bartholomews/fsclient/compare/v0.0.3...v0.1.0
55
54
[ 0.0.3 ] : https://github.com/bartholomews/fsclient/compare/v0.0.2...v0.0.3
56
55
[ 0.0.2 ] : https://github.com/bartholomews/fsclient/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change 8
8
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.bartholomews/fsclient_2.13/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.bartholomews/fsclient_2.13 )
9
9
10
10
```
11
- libraryDependencies += "io.bartholomews" %% "fsclient-circe" % "0.1.1 "
11
+ libraryDependencies += "io.bartholomews" %% "fsclient-circe" % "0.1.0 "
12
12
```
13
13
14
14
You can also just use the core version, in that case you might need to provide your own codecs
15
15
(e.g. to decode an OAuth2 token response):
16
16
```
17
- libraryDependencies += "io.bartholomews" %% "fsclient-core" % "0.1.1 "
17
+ libraryDependencies += "io.bartholomews" %% "fsclient-core" % "0.1.0 "
18
18
```
19
19
20
20
You can’t perform that action at this time.
0 commit comments