Skip to content

Commit d374de4

Browse files
committed
Release v0.40.1
1 parent c008d5a commit d374de4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.40.1] - 2025-08-22
911
### Added
1012
- Add CLI option to use `treeReduce` on Spark
1113

14+
### Changed
15+
- Update dependencies
16+
1217
## [0.40.0] - 2024-08-22
1318
### Added
1419
- Add CLI option to disable finding enums
@@ -484,7 +489,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
484489
## [0.1.0] - 2021-05-31
485490
- Initial release
486491

487-
[Unreleased]: https://github.com/dataunitylab/jsonoid-discovery/compare/v0.40.0...HEAD
492+
[Unreleased]: https://github.com/dataunitylab/jsonoid-discovery/compare/v0.40.1...HEAD
493+
[0.40.1]: https://github.com/dataunitylab/jsonoid-discovery/compare/v0.40.0...v0.40.1
488494
[0.40.0]: https://github.com/dataunitylab/jsonoid-discovery/compare/v0.30.1...v0.40.0
489495
[0.30.1]: https://github.com/dataunitylab/jsonoid-discovery/compare/v0.30.0...v0.30.1
490496
[0.30.0]: https://github.com/dataunitylab/jsonoid-discovery/compare/v0.20.1...v0.30.0

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,5 @@ apiMappings ++= {
234234
mappings.toMap
235235
}
236236

237-
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
238-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
239237
ThisBuild / dynverSonatypeSnapshots := true
240238
ThisBuild / dynverSeparator := "-"

0 commit comments

Comments
 (0)