Skip to content

Commit

Permalink
Change version to 0.1.0-alpha.1 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
unexge authored Jan 15, 2024
1 parent 723c937 commit bd6829a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0](https://github.com/microsoft/regorus/releases/tag/v0.1.0) - 2024-01-12
## [0.1.0-alpha.1](https://github.com/microsoft/regorus/releases/tag/v0.1.0-alpha.1) - 2024-01-15

### Fixed
- fix bitwise.and and add tests ([#19](https://github.com/microsoft/regorus/pull/19))

### Other
- Add Release-plz GitHub workflow file
- Update `Cargo.toml`
- Change version to `0.1.0-alpha.1`
- Add crate documentation ([#106](https://github.com/microsoft/regorus/pull/106))
- Release preparation ([#105](https://github.com/microsoft/regorus/pull/105))
- Update READEME.md with current status, grammar etc. ([#102](https://github.com/microsoft/regorus/pull/102))
- Implement builtin `time.parse_duration_ns` method ([#100](https://github.com/microsoft/regorus/pull/100))
- Implement import keyword ([#101](https://github.com/microsoft/regorus/pull/101))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "regorus"
description = "A fast, lightweight Rego (OPA policy language) interpreter"
version = "0.1.0"
version = "0.1.0-alpha.1"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/microsoft/regorus"
Expand Down

0 comments on commit bd6829a

Please sign in to comment.