Skip to content

Commit 2761c69

Browse files
committed
Release 0.6.0
1 parent 83fb55a commit 2761c69

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.6.0] - 2025-08-25
11+
1012
### Fixed
1113

1214
- Fixed indentation of comments around statements outside of statement lists.
@@ -193,7 +195,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
193195
```
194196
- Format spaces between all tokens (on separate lines)
195197

196-
[Unreleased]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.0...HEAD
198+
[Unreleased]: https://github.com/integrated-application-development/pasfmt/compare/v0.6.0...HEAD
199+
[0.5.1]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.1...v0.6.0
197200
[0.5.1]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.0...v0.5.1
198201
[0.5.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.4.0...v0.5.0
199202
[0.4.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.4.0-rc2...v0.4.0

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.6.0 - 2025-08-25
11+
1012
### Fixed
1113

1214
- Fixed indentation of comments around statements outside of statement lists. Cases include:

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.1+dev"
3+
version = "0.6.0"
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.1+dev"
3+
version = "0.6.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)