Skip to content

Commit

Permalink
chore: bump prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan authored and BojanG99 committed Feb 5, 2025
1 parent 2e9595f commit f107a5e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Added

### Changed

### Fixed

### Removed

## [0.5.0-alpha.1]

### Added

- Added tests fot `stelae git` ([64])

### Changed
Expand All @@ -22,6 +32,20 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Removed

[64]: https://github.com/openlawlibrary/stelae/pull/64

## [0.4.1]

### Added

### Changed

### Fixed

- Add missing route to versions endpoint ([#68])

### Removed

## [0.4.0]

### Added
Expand Down Expand Up @@ -150,7 +174,8 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Removed

[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.4.1...HEAD
[0.4.0]: https://github.com/openlawlibrary/stelae/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/openlawlibrary/stelae/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/openlawlibrary/stelae/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/openlawlibrary/stelae/compare/v0.3.0...v0.3.1
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stelae"
description = "A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity."
version = "0.4.0"
version = "0.5.0-alpha.1"
edition = "2021"
readme = "README.md"
license = "AGPL-3.0"
Expand Down

0 comments on commit f107a5e

Please sign in to comment.