Skip to content

Commit

Permalink
Version 0.215-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Jul 1, 2024
1 parent 992c29b commit e23d5fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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/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"
Expand Down

0 comments on commit e23d5fc

Please sign in to comment.