diff --git a/CHANGELOG.md b/CHANGELOG.md index a49fff4..7ff6a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,62 +1,62 @@ # clj-gcloud-storage Changelog -## [Unreleased] - +## [0.215-1.0] - 2024-07-01 ### Added -* PR #13 copy with preconditions by @rfb. +* PR #9 add match-glob by @rfb. +* PR #12/#14 copy with preconditions by @rfb. ### Changed * Bumped dependencies bom 0.215.0 / 26.34.0. ### Fixed - +* resolved reflection. ## [0.209-1.0] - 2023-12-14 ### Changed * Bumped dependencies bom 0.209.0 / 26.28.0. ## [0.199-1.0] - 2023-07-12 - +### Changed * Bumped dependencies. ## [0.185-1.0] - 2023-01-24 - +### Changed * Bumped dependencies ## [0.182-1.0] - 2022-12-02 - +### Changed * Bumped dependencies ## [0.176-1.0] - 2022-08-05 - +### Changed * added additional blob info fields * Bumped dependencies ## [0.172-1.0] - 2022-04-25 - +### Changed * Bumped dependencies ## [0.164-1.0] - 2021-12-13 - +### Changed * Bumped dependencies ## [0.159-1.0] - 2021-08-18 - +### Changed * Bumped dependencies ## [0.112-1.0] - 2019-11-14 - +### Changed Bumped dependencies and google java libraries ## [0.87-1.0] - 2019-06-03 - +### Changed Bumped google java libraries ## [0.71-1.2] - 2019-04-26 - First public release. -[Unreleased]: https://github.com/oscaro/clj-gcloud-storage/-/compare/0.209-1.0...devel +[Unreleased]: https://github.com/oscaro/clj-gcloud-storage/-/compare/0.215-1.0...devel +[0.215-1.0]: https://github.com/oscaro/clj-gcloud-storage/-/compare/0.209-1.0...0.215-1.0 [0.209-1.0]: https://github.com/oscaro/clj-gcloud-storage/-/compare/0.199-1.0...0.209-1.0 [0.199-1.0]: https://github.com/oscaro/clj-gcloud-storage/-/compare/0.185-1.0...0.199-1.0 [0.185-1.0]: https://github.com/oscaro/clj-gcloud-storage/-/compare/0.182-1.0...0.185-1.0 diff --git a/README.md b/README.md index 3a9fb37..643ebcb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Clojure wrapper for [google-cloud-storage] Java client. ## Usage ```clojure -[com.oscaro/clj-gcloud-storage "0.199-1.0"] +[com.oscaro/clj-gcloud-storage "0.215-1.0"] ``` ### Initializing a client @@ -126,7 +126,7 @@ the result to uris. ## License -Copyright © 2017-2021 Oscaro +Copyright © 2017-2024 Oscaro Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version. diff --git a/project.clj b/project.clj index 8c406fc..307fbe5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.oscaro/clj-gcloud-storage "0.209-2.0-SNAPSHOT" +(defproject com.oscaro/clj-gcloud-storage "0.215-1.0" :description "Clojure wrapper for google-cloud-storage Java client" :url "https://github.com/oscaro/clj-gcloud-storage" :license {:name "Eclipse Public License"