Skip to content

Commit 6d0341d

Browse files
committed
Release 0.12.0
1 parent 1d0bd10 commit 6d0341d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.12.0] - 2025-08-19
1112
### Added
1213
- [PR#81](https://github.com/EmbarkStudios/spdx/pull/81) resolved [#68](https://github.com/EmbarkStudios/spdx/issues/68) by adding support for the ` WITH [%s"DocumentRef-"(idstring)":"]%s"AdditionRef-"(idstring)` syntax. Thanks [@weihanglo](https://github.com/weihanglo)!
1314

@@ -210,7 +211,8 @@ a user provided callback
210211
[PR#78]: https://github.com/EmbarkStudios/spdx/pull/78
211212

212213
<!-- next-url -->
213-
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.11.1...HEAD
214+
[Unreleased]: https://github.com/EmbarkStudios/spdx/compare/0.12.0...HEAD
215+
[0.12.0]: https://github.com/EmbarkStudios/spdx/compare/0.11.1...0.12.0
214216
[0.11.1]: https://github.com/EmbarkStudios/spdx/compare/0.11.0...0.11.1
215217
[0.11.0]: https://github.com/EmbarkStudios/spdx/compare/0.10.9...0.11.0
216218
[0.10.9]: https://github.com/EmbarkStudios/spdx/compare/0.10.9...0.10.9

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spdx"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)