Skip to content

Commit 7cfedfa

Browse files
authored
chore: release
1 parent 072b22c commit 7cfedfa

6 files changed

Lines changed: 46 additions & 5 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ chrono = { version = "0.4", features = ["serde"] }
4646
# Internal dependencies
4747
mortar_compiler = { version = "0.5", path = "./crates/mortar_compiler" }
4848
mortar_cli = { version = "0.3", path = "./crates/mortar_cli" }
49-
mortar_language = { version = "0.5.3", path = "./crates/mortar_language" }
49+
mortar_language = { version = "0.5.4", path = "./crates/mortar_language" }
5050
mortar_lsp = { version = "0.4", path = "./crates/mortar_lsp" }

crates/mortar_language/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.4](https://github.com/Bli-AIk/mortar/compare/mortar_language-v0.5.3...mortar_language-v0.5.4) - 2026-04-27
11+
12+
### Added
13+
14+
- add crate documentation and update version to 0.2.0
15+
16+
### Documentation
17+
18+
- update README diagrams and crate descriptions
19+
- Fix document path error ([#11](https://github.com/Bli-AIk/mortar/pull/11))
20+
- Add comprehensive documentation system with mdBook ([#9](https://github.com/Bli-AIk/mortar/pull/9))
21+
- update README files to reflect completed error handling
22+
- update README files with badges and formatting
23+
24+
### Miscellaneous Tasks
25+
26+
- *(deps)* bump the rust-minor-patch group across 1 directory with 5 updates ([#42](https://github.com/Bli-AIk/mortar/pull/42))
27+
- bump version to 0.3.0 and update dependencies
28+
- update crate versions and workspace dependencies
29+
30+
### Other
31+
32+
- Release independent packages
33+
- Release independent packages
34+
- Add comprehensive type checking, interpolated strings, and enhanced diagnostics ([#8](https://github.com/Bli-AIk/mortar/pull/8))
35+
- Release independent packages
36+
- *(lsp)* Implement Language Server for Mortar ([#6](https://github.com/Bli-AIk/mortar/pull/6))
37+
- Add project logo and update development status in READMEs ([#2](https://github.com/Bli-AIk/mortar/pull/2))
38+
- Initialize the project ([#1](https://github.com/Bli-AIk/mortar/pull/1))
39+
40+
### Refactor
41+
42+
- *(compiler)* split diagnostics/parser helpers and enforce lint thresholds ([#45](https://github.com/Bli-AIk/mortar/pull/45))
43+
- modularize parser, enhance LSP analysis, and reorganize docs/examples ([#17](https://github.com/Bli-AIk/mortar/pull/17))
44+
1045
## [0.5.3](https://github.com/Bli-AIk/mortar/compare/mortar_language-v0.5.2...mortar_language-v0.5.3) - 2026-03-25
1146

1247
### Documentation

crates/mortar_language/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mortar_language"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/mortar_lsp/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.3](https://github.com/Bli-AIk/mortar/compare/mortar_lsp-v0.4.2...mortar_lsp-v0.4.3) - 2026-04-27
11+
12+
### Fixed
13+
14+
- satisfy clippy collapsible match
15+
1016
## [0.4.2](https://github.com/Bli-AIk/mortar/compare/mortar_lsp-v0.4.1...mortar_lsp-v0.4.2) - 2026-03-25
1117

1218
### Documentation

crates/mortar_lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mortar_lsp"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)