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 248713a commit f75bfeb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG-PY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
## [Unreleased] - ReleaseDate

### Added
- Python initial pre-release.
-

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

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

### Added
- Python initial pre-release.

<!-- next-url -->
[Unreleased]: https://github.com/mishamsk/sas-lexer/releases/tag/...HEAD
[Unreleased]: https://github.com/mishamsk/sas-lexer/compare/py-v1.0.0-beta.1...HEAD
[1.0.0-beta.1]: https://github.com/mishamsk/sas-lexer/releases/tag/py-v1.0.0-beta.1
2 changes: 1 addition & 1 deletion 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 crates/sas-lexer-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
license = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/sas_lexer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sas_lexer.lexer import lex_program_from_str

__version__ = "1.0.0-beta.0"
__version__ = "1.0.0-beta.1"
__all__ = ["lex_program_from_str"]

0 comments on commit f75bfeb

Please sign in to comment.