Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamsk committed Nov 8, 2024
1 parent 3b506cc commit aa04a2d
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
- Distinguish built-in macro calls and autocall macros that mask comma in arguments from those that don't.
-

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

## [1.0.0-beta.3] - 2024-11-08

### Changed
- Distinguish built-in macro calls and autocall macros that mask comma in arguments from those that don't.

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

### Changed
Expand All @@ -37,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Rust initial pre-release.

<!-- next-url -->
[Unreleased]: https://github.com/mishamsk/sas-lexer/compare/rust-v1.0.0-beta.2...HEAD
[Unreleased]: https://github.com/mishamsk/sas-lexer/compare/rust-v1.0.0-beta.3...HEAD
[1.0.0-beta.3]: https://github.com/mishamsk/sas-lexer/compare/rust-v1.0.0-beta.2...rust-v1.0.0-beta.3
[1.0.0-beta.2]: https://github.com/mishamsk/sas-lexer/compare/rust-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.2"
version = "1.0.0-beta.3"
readme = "README.md"
license = "AGPL-3.0-or-later"
keywords = ["sas", "lexer", "parser"]
Expand Down

0 comments on commit aa04a2d

Please sign in to comment.