Skip to content

Commit 37932cc

Browse files
committed
Release 0.5.0
1 parent 2334e63 commit 37932cc

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.5.0] - 2025-03-31
11+
1012
### Changed
1113

1214
- Never break in the middle of `reference to function` and `reference to procedure`.

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.0] - 2025-03-31
11+
1012
### Fixed
1113

1214
- Fixed parsing of structures after labels.

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

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

0 commit comments

Comments
 (0)