File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wolfram-app-discovery"
3
- version = " 0.4.3 "
3
+ version = " 0.4.4 "
4
4
license = " MIT OR Apache-2.0"
5
5
readme = " README.md"
6
6
repository = " https://github.com/WolframResearch/wolfram-app-discovery-rs"
Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
11
11
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
+
12
22
## [ 0.4.3] — 2023-02-03
13
23
14
24
### Added
@@ -383,10 +393,15 @@ Initial release of `wolfram-app-discovery`.
383
393
<! -- v0.4.3 -->
384
394
[# 48]: https://github.com/WolframResearch/wolfram-app-discovery-rs/pull/48
385
395
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
+
386
400
387
401
<! -- 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
389
403
404
+ [0.4.4]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.3...v0.4.4
390
405
[0.4.3]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.2...v0.4.3
391
406
[0.4.2]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.1...v0.4.2
392
407
[0.4.1]: https://github.com/WolframResearch/wolfram-app-discovery-rs/compare/v0.4.0...v0.4.1
You can’t perform that action at this time.
0 commit comments