Skip to content

Commit aa68553

Browse files
committed
Version 0.7.26
1 parent da5601e commit aa68553

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
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.26] - 2025-02-03
74
### Changed
85
* Bump beam to 2.61.0.
96
* Bump charred to 1.036.
107
* Bump superstring to 3.2.1.
118

12-
### Fixed
13-
14-
159
## [0.7.25] - 2024-12-06
1610
### Added
1711
* without-validation option in read-bw-raw.
@@ -274,7 +268,8 @@
274268
- Add pubsub namespace #6 (Thanks to @MartinSahlen)
275269
- Put slf4j deps in :dev profiles #8 (Thanks to @torbjornvatn)
276270

277-
[Unreleased]: https://https://github.com/ngrunwald/datasplash/0.7.25...devel
271+
[Unreleased]: https://https://github.com/ngrunwald/datasplash/0.7.26...devel
272+
[0.7.26]: https://github.com/ngrunwald/datasplash/-/compare/0.7.25...0.7.26
278273
[0.7.25]: https://github.com/ngrunwald/datasplash/-/compare/0.7.24...0.7.25
279274
[0.7.24]: https://github.com/ngrunwald/datasplash/-/compare/0.7.23...0.7.24
280275
[0.7.23]: https://github.com/ngrunwald/datasplash/-/compare/0.7.22...0.7.23

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ See Apache Beam [Compression enum][] for details.
147147

148148
## License
149149

150-
Copyright © 2015-2024 Oscaro.com
150+
Copyright © 2015-2025 Oscaro.com
151151

152152
Distributed under the Eclipse Public License either version 1.0 or (at your
153153
option) any later version.

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