Skip to content

Commit d4cbb16

Browse files
committed
Bump project version to 1.3.1, update CHANGELOG
1 parent 84708e6 commit d4cbb16

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.1] - 2024-04-19
11+
12+
### Fixed
13+
14+
- Properly extract BASE OS versions from 'otherWindowsVersions' fields
15+
1016
### Changed
1117

1218
- Bump resym_core to version 0.4.0

windiff_cli/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.

windiff_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windiff_cli"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55

66
[profile.release]

windiff_frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windiff_frontend",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)