Skip to content

Commit 2df98ab

Browse files
committed
v0.1.0 with new artifacts
1 parent 4c3dc5f commit 2df98ab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
- *No changes*
1616

17-
## [0.1.1] - 2021-01-02
17+
## [0.1.0] - 2021-01-02
1818
### Changed
1919
- Switched to multi-project setup: `fsclient-core` and `fsclient-circe`
2020

@@ -49,8 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
### Added
5050
- This is the first release of `fsclient`.
5151

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
5453
[0.1.0]: https://github.com/bartholomews/fsclient/compare/v0.0.3...v0.1.0
5554
[0.0.3]: https://github.com/bartholomews/fsclient/compare/v0.0.2...v0.0.3
5655
[0.0.2]: https://github.com/bartholomews/fsclient/compare/v0.0.1...v0.0.2

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
[![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)
99

1010
```
11-
libraryDependencies += "io.bartholomews" %% "fsclient-circe" % "0.1.1"
11+
libraryDependencies += "io.bartholomews" %% "fsclient-circe" % "0.1.0"
1212
```
1313

1414
You can also just use the core version, in that case you might need to provide your own codecs
1515
(e.g. to decode an OAuth2 token response):
1616
```
17-
libraryDependencies += "io.bartholomews" %% "fsclient-core" % "0.1.1"
17+
libraryDependencies += "io.bartholomews" %% "fsclient-core" % "0.1.0"
1818
```
1919

2020

0 commit comments

Comments
 (0)