Skip to content

Commit cf373aa

Browse files
committed
Release 0.4.0
1 parent 493edcb commit cf373aa

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 2 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.4.0] - 2025-03-18
11+
1012
### Changed
1113

1214
- Uses, contains, and requires clauses in `program`, `package`, and `library` files are no longer ignored.

Cargo.lock

Lines changed: 3 additions & 3 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.4.0] - 2025-03-18
11+
1012
### Added
1113

1214
- Added `DeindentPackageDirectives` to match the indentation of compiler directives in dpk files

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.4.0-rc2+dev"
3+
version = "0.4.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.4.0-rc2+dev"
3+
version = "0.4.0"
44
edition = "2021"
55

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

orchestrator/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.4.0] - 2025-03-18
11+
1012
## [0.4.0-rc2] - 2025-03-12
1113

1214
## [0.4.0-rc1] - 2025-02-20

orchestrator/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-orchestrator"
3-
version = "0.4.0-rc2+dev"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)