Skip to content

Commit 55969f5

Browse files
authored
release: Prep v0.4.4 for release + update CHANGELOG.md (#53)
1 parent 8970fa5 commit 55969f5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wolfram-app-discovery"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
license = "MIT OR Apache-2.0"
55
readme = "README.md"
66
repository = "https://github.com/WolframResearch/wolfram-app-discovery-rs"

docs/CHANGELOG.md

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

1010

1111

12+
## [0.4.4] — 2023-03-27
13+
14+
### Fixed
15+
16+
* Support discovery of older Mathematica versions on Linux. ([#52])
17+
18+
This fixes one problem described in [#51].
19+
20+
21+
1222
## [0.4.3] — 2023-02-03
1323

1424
### Added
@@ -383,10 +393,15 @@ Initial release of `wolfram-app-discovery`.
383393
<!-- v0.4.3 -->
384394
[#48]: https://github.com/WolframResearch/wolfram-app-discovery-rs/pull/48
385395
396+
<!-- v0.4.4 -->
397+
[#51]: https://github.com/WolframResearch/wolfram-app-discovery-rs/issues/51
398+
[#52]: https://github.com/WolframResearch/wolfram-app-discovery-rs/pull/52
399+
386400
387401
<!-- This needs to be updated for each tagged release. -->
388-
[Unreleased]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.3...HEAD
402+
[Unreleased]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.4...HEAD
389403
404+
[0.4.4]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.3...v0.4.4
390405
[0.4.3]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.2...v0.4.3
391406
[0.4.2]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.1...v0.4.2
392407
[0.4.1]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.0...v0.4.1

0 commit comments

Comments
 (0)