Skip to content

Commit f259b83

Browse files
committed
Version 0.7.29
1 parent ce22a41 commit f259b83

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,15 +1,9 @@
11
# Changes for Datasplash
22

3-
## [Unreleased]
4-
5-
### Added
6-
3+
## [0.7.29] - 2025-05-14
74
### Changed
85
* Bump beam to 2.65.0.
96

10-
### Fixed
11-
12-
137
## [0.7.28] - 2025-04-17
148
### Changed
159
* Bump beam to 2.64.0.
@@ -292,7 +286,8 @@
292286
- Add pubsub namespace #6 (Thanks to @MartinSahlen)
293287
- Put slf4j deps in :dev profiles #8 (Thanks to @torbjornvatn)
294288

295-
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.28...devel
289+
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.29...devel
290+
[0.7.29]: https://github.com/ngrunwald/datasplash/-/compare/0.7.27...0.7.29
296291
[0.7.28]: https://github.com/ngrunwald/datasplash/-/compare/0.7.27...0.7.28
297292
[0.7.27]: https://github.com/ngrunwald/datasplash/-/compare/0.7.26...0.7.27
298293
[0.7.26]: https://github.com/ngrunwald/datasplash/-/compare/0.7.25...0.7.26

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.29-SNAPSHOT"
1+
(defproject datasplash "0.7.29"
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)