Skip to content

Commit

Permalink
Bump project version to 1.3.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Apr 18, 2024
1 parent 84708e6 commit d4cbb16
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2024-04-19

### Fixed

- Properly extract BASE OS versions from 'otherWindowsVersions' fields

### Changed

- Bump resym_core to version 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion windiff_cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion windiff_cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windiff_cli"
version = "1.3.0"
version = "1.3.1"
edition = "2021"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion windiff_frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "windiff_frontend",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d4cbb16

Please sign in to comment.