Skip to content

Commit

Permalink
test: Bump version to 0.2.8 and add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Nov 27, 2024
1 parent 68e73ab commit 5b81dff
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.8] - 2024-01-09

### Added

- Multi-architecture support for all major platforms
- Cargo workspace setup for better dependency management
- GitHub Actions workflows for automated releases
- SHA256 checksums for all binary artifacts

### Changed

- Migrated to Cargo workspace structure
- Updated build system to use workspace inheritance
- Improved cross-compilation support

### Fixed

- Build consistency across different platforms
- Plugin interface versioning
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["lla", "lla_plugin_interface", "plugins/*"]

[workspace.package]
version = "0.2.7"
version = "0.2.8"
edition = "2021"
authors = ["Achaq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5b81dff

Please sign in to comment.