Skip to content

Commit 1aaabb8

Browse files
committed
Release 0.5.1
1 parent b3d1732 commit 1aaabb8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2025-06-02
11+
1012
### Fixed
1113

1214
- Fixed formatting of `resourcestring` sections.
@@ -176,6 +178,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
176178
- Format spaces between all tokens (on separate lines)
177179

178180
[Unreleased]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.0...HEAD
181+
[0.5.1]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.0...v0.5.1
179182
[0.5.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.4.0...v0.5.0
180183
[0.4.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.4.0-rc2...v0.4.0
181184
[0.4.0-rc2]: https://github.com/integrated-application-development/pasfmt/compare/v0.4.0-rc1...v0.4.0-rc2

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.5.1 - 2025-06-02
11+
1012
### Fixed
1113

1214
- Fixed parsing of `resourcestring` sections.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pasfmt-core"
3-
version = "0.5.0+dev"
3+
version = "0.5.1"
44
edition = "2021"
55

66
[features]

front-end/Cargo.toml

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

66
# To allow splitting integration tests into separate files without creating multiple test binaries

0 commit comments

Comments
 (0)