Skip to content

Commit 921d337

Browse files
committed
Version 0.7.32
1 parent a9e5e9b commit 921d337

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Changes for Datasplash
22

3-
## [Unreleased]
4-
5-
### Added
6-
3+
## [0.7.32] - 2025-10-24
74
### Changed
85
* bump beam to 2.67.0
96
* bump clj to 1.12.2
107
* bump nippy to 3.6.0
118

12-
### Fixed
13-
14-
159
## [0.7.31] - 2025-07-03
1610
### Changed
1711
* bump beam to 2.66.0
@@ -312,7 +306,8 @@
312306
- Add pubsub namespace #6 (Thanks to @MartinSahlen)
313307
- Put slf4j deps in :dev profiles #8 (Thanks to @torbjornvatn)
314308

315-
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.31...devel
309+
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.32...devel
310+
[0.7.32]: https://github.com/ngrunwald/datasplash/-/compare/0.7.31...0.7.32
316311
[0.7.31]: https://github.com/ngrunwald/datasplash/-/compare/0.7.30...0.7.31
317312
[0.7.30]: https://github.com/ngrunwald/datasplash/-/compare/0.7.29...0.7.30
318313
[0.7.29]: https://github.com/ngrunwald/datasplash/-/compare/0.7.28...0.7.29

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject datasplash "0.7.32-SNAPSHOT"
1+
(defproject datasplash "0.7.32"
22
:description "Clojure API for a more dynamic Google Cloud Dataflow and (hopefully) Apache BEAM"
33
:url "https://github.com/ngrunwald/datasplash"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)