Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamsk committed Nov 7, 2024
1 parent 2f1cd0f commit 76d3a7c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG-RUST.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
-

### Changed
- 📌 Reduce MSRV to 1.74 to allow musl maturin builds
-

### Deprecated
-
Expand All @@ -26,11 +26,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
### Security
-

## [1.0.0-beta.2] - 2024-11-07

### Changed
- 📌 Reduce MSRV to 1.74 to allow musl maturin builds

## [1.0.0-beta.1] - 2024-11-05

### Added
- Rust initial pre-release.

<!-- next-url -->
[Unreleased]: https://github.com/mishamsk/sas-lexer/compare/v1.0.0-beta.1...HEAD
[Unreleased]: https://github.com/mishamsk/sas-lexer/compare/rust-v1.0.0-beta.2...HEAD
[1.0.0-beta.2]: https://github.com/mishamsk/sas-lexer/compare/v1.0.0-beta.1...rust-v1.0.0-beta.2
[1.0.0-beta.1]: https://github.com/mishamsk/sas-lexer/releases/tag/rust-v1.0.0-beta.1
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
rust-version = "1.74"
repository = "https://github.com/mishamsk/sas-lexer"
authors = ["Mike Perlov <[email protected]>"]
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
readme = "README.md"
license = "AGPL-3.0-or-later"
keywords = ["sas", "lexer", "parser"]
Expand Down

0 comments on commit 76d3a7c

Please sign in to comment.