Skip to content

Commit

Permalink
Version 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Jul 1, 2024
1 parent dec810b commit 8a426cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# oscaro/tools-io-gs Changelog

## [Unreleased]

### Added

## [0.1.17] - 2024-07-01
### Changed
* Bump clj-gcloud-storage 0.215-1.0, tools.io 0.3.38.

### Fixed


## [0.1.16] - 2023-11-03
### Changed
* Bump clj-gcloud-storage 0.209.1-0, tools.io 0.3.36.
Expand Down Expand Up @@ -51,7 +45,8 @@
## [0.1.5] - 2019-05-16
* First public release.

[Unreleased]: https://github.com/oscaro/tools-io-gs/-/compare/0.1.16...devel
[Unreleased]: https://github.com/oscaro/tools-io-gs/-/compare/0.1.17...devel
[0.1.17]: https://github.com/oscaro/tools-io-gs/-/compare/0.1.16...0.1.17
[0.1.16]: https://github.com/oscaro/tools-io-gs/-/compare/0.1.15...0.1.16
[0.1.15]: https://github.com/oscaro/tools-io-gs/-/compare/0.1.14...0.1.15
[0.1.14]: https://github.com/oscaro/tools-io-gs/-/compare/0.1.13...0.1.14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Google Storage support for [`tools.io`](https://github.com/oscaro/tools-io).
## Usage

```clojure
[com.oscaro/tools-io-gs "0.X.X"] ; See (clojars release)
[com.oscaro/tools-io-gs "0.1.17"]
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.oscaro/tools-io-gs "0.1.17-SNAPSHOT"
(defproject com.oscaro/tools-io-gs "0.1.17"
:description "google storage support for tools-io"
:url "https://github.com/oscaro/tools-io-gs"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 8a426cf

Please sign in to comment.