Skip to content

Commit

Permalink
Version 0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed May 7, 2024
1 parent fb02c93 commit f44bb87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Changes for Datasplash

## [Unreleased]

### Added

## [0.7.21] - 2024-05-07
### Changed
* Bump beam to 2.56.0
* update of BQ schema spec types to now allow `:json` and `:range`
* add support to set collation for STRING type

### Fixed


## [0.7.20] - 2024-03-16
### Changed
* Bump beam to 2.54.0
Expand Down Expand Up @@ -245,8 +239,9 @@
- Add pubsub namespace #6 (Thanks to @MartinSahlen)
- Put slf4j deps in :dev profiles #8 (Thanks to @torbjornvatn)

[Unreleased]: https://https://github.com/ngrunwald/datasplash/0.7.20...devel
[0.7.20]: https://github.com/ngrunwald/datasplash/-/compare/v0.7.19...0.7.20
[Unreleased]: https://https://github.com/ngrunwald/datasplash/0.7.21...devel
[0.7.21]: https://github.com/ngrunwald/datasplash/-/compare/0.7.20...0.7.21
[0.7.20]: https://github.com/ngrunwald/datasplash/-/compare/0.7.19...0.7.20
[0.7.19]: https://github.com/ngrunwald/datasplash/-/compare/v0.7.18...0.7.19
[v0.7.18]: https://github.com/ngrunwald/datasplash/-/compare/v0.7.17...v0.7.18
[v0.7.17]: https://github.com/ngrunwald/datasplash/-/compare/v0.7.16...v0.7.17
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 datasplash "0.7.21-SNAPSHOT"
(defproject datasplash "0.7.21"
:description "Clojure API for a more dynamic Google Cloud Dataflow and (hopefully) Apache BEAM"
:url "https://github.com/ngrunwald/datasplash"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f44bb87

Please sign in to comment.