Skip to content

Commit 00968f7

Browse files
committed
Version: 0.56.0-alpha.0
1 parent 6e4daca commit 00968f7

5 files changed

Lines changed: 24 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.56.0-alpha.0] - 2025-11-30
2+
3+
### Started
4+
- Next development iteration.
5+
16
## [0.55.0-alpha.0] - 2025-11-30
27

38
### Added

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.55.0-alpha.0"
16+
version = "0.56.0-alpha.0"
1717
edition = "2021"
1818
license = "MIT OR Apache-2.0"
1919
authors = ["GCodeKit Contributors"]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,9 @@ You may choose either license for your use of this software.
548548
**Status**: Active Development
549549
**Stability**: Alpha (breaking changes may occur)
550550

551+
### Recent Updates (v0.56.0)
552+
- **Maintenance**: Version bump for next development iteration.
553+
551554
### Recent Updates (v0.55.0)
552555
- **CI/CD**: Full Flatpak support for Linux distribution.
553556
- Automated build and bundling in GitHub Actions.

SPEC.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# GCodeKit4 - Specification Document
22

3-
**Version**: 0.55.0-alpha.0
3+
**Version**: 0.56.0-alpha.0
44
**Last Updated**: 2025-11-30
55
**Status**: Feature Release
66

7-
### Latest Release (v0.55.0-alpha.0) - Flatpak Support
7+
### Latest Release (v0.56.0-alpha.0) - Maintenance
8+
-**Maintenance**
9+
- Version bump for next development iteration.
10+
11+
### Previous Release (v0.55.0-alpha.0) - Flatpak Support
812
-**CI/CD**
913
- Full Flatpak support for Linux distribution.
1014
- Automated build and bundling in GitHub Actions.

0 commit comments

Comments
 (0)