Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamsk committed Jan 5, 2025
1 parent ac3e553 commit e7ed10f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 22 deletions.
29 changes: 22 additions & 7 deletions CHANGELOG-RUST.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased] - ReleaseDate

### Added
-

### Changed
-

### Deprecated
-

### Removed
-

### Fixed
-

### Security
-

## [1.0.0-beta.4] - 2025-01-05

### Added
- ✨ Added two public iterator API's on `TokenizedBuffer`:
- `iter_tokens` - returns an iterator over token indexes
Expand All @@ -18,18 +38,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
### Changed
- ✨ Made `TokenInfo` public with read-only getters

### Deprecated
-

### Removed
- 🔥 remove IntoIterator impl for TokenizedBuffer

### Fixed
- 💥 Reworked macro var expression lexing, to properly account for trailing terminating dots. This is a breaking change, as the token types emitted by the lexer have changed. Now instead of one token `MacroVarExpr` for the entire expression, a sequence of `MacroVarResolve`, `MacroString` and optional `MacroVarTerm` are emitted.

### Security
-

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

### Changed
Expand All @@ -46,7 +60,8 @@ 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.3...HEAD
[Unreleased]: https://github.com/mishamsk/sas-lexer/compare/rust-v1.0.0-beta.4...HEAD
[1.0.0-beta.4]: https://github.com/mishamsk/sas-lexer/compare/rust-v1.0.0-beta.3...rust-v1.0.0-beta.4
[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 <mishamsk@gmail.com>"]
version = "1.0.0-beta.3"
version = "1.0.0-beta.4"
readme = "README.md"
license = "AGPL-3.0-or-later"
keywords = ["sas", "lexer", "parser"]
Expand Down

0 comments on commit e7ed10f

Please sign in to comment.