Skip to content

Commit e7d0775

Browse files
committed
Version 0.7.30
1 parent 9c3dc13 commit e7d0775

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Changes for Datasplash
22

3-
## [Unreleased]
4-
5-
### Added
6-
3+
## [0.7.30] - 2025-06-10
74
### Changed
85
* bump to clojure 1.12.1.
96

@@ -296,8 +293,9 @@
296293
- Add pubsub namespace #6 (Thanks to @MartinSahlen)
297294
- Put slf4j deps in :dev profiles #8 (Thanks to @torbjornvatn)
298295

299-
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.29...devel
300-
[0.7.29]: https://github.com/ngrunwald/datasplash/-/compare/0.7.27...0.7.29
296+
[Unreleased]: https://github.com/ngrunwald/datasplash/0.7.30...devel
297+
[0.7.30]: https://github.com/ngrunwald/datasplash/-/compare/0.7.29...0.7.30
298+
[0.7.29]: https://github.com/ngrunwald/datasplash/-/compare/0.7.28...0.7.29
301299
[0.7.28]: https://github.com/ngrunwald/datasplash/-/compare/0.7.27...0.7.28
302300
[0.7.27]: https://github.com/ngrunwald/datasplash/-/compare/0.7.26...0.7.27
303301
[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.30-SNAPSHOT"
1+
(defproject datasplash "0.7.30"
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)