Skip to content

Commit c3a3463

Browse files
committed
Release 0.7.0
1 parent d6ad05c commit c3a3463

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.7.0] - 2025-11-11
11+
1012
### Added
1113

1214
- Added formatting for multiline string interior whitespace. Enabled by default with new setting `format_multiline_strings`.
@@ -212,7 +214,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
212214
```
213215
- Format spaces between all tokens (on separate lines)
214216

215-
[Unreleased]: https://github.com/integrated-application-development/pasfmt/compare/v0.6.0...HEAD
217+
[Unreleased]: https://github.com/integrated-application-development/pasfmt/compare/v0.7.0...HEAD
218+
[0.7.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.6.0...v0.7.0
216219
[0.6.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.1...v0.6.0
217220
[0.5.1]: https://github.com/integrated-application-development/pasfmt/compare/v0.5.0...v0.5.1
218221
[0.5.0]: https://github.com/integrated-application-development/pasfmt/compare/v0.4.0...v0.5.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.7.0 - 2025-11-11
11+
1012
### Added
1113

1214
- Added setting to enable internal formatting of multiline strings: `OptimisingLineFormatterSettings.format_multiline_strings`.

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.6.0+dev"
3+
version = "0.7.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.6.0+dev"
3+
version = "0.7.0"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)