Skip to content

Commit

Permalink
Merge pull request #66 from openlawlibrary/release/0.4.0
Browse files Browse the repository at this point in the history
chore: Release `v0.4.0`
n-dusan authored Jan 28, 2025
2 parents 2675304 + 0dfbfe1 commit 0f47dc8
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,26 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Removed

## [0.4.0]

### Added

- Insert commit hashes in the database ([#63])

### Changed

- Allow HEAD requests for dynamic routes ([#58])
- Rename `.stelae` to `.taf` dir ([#61])
- Bump rust-version to `1.83` ([#61])

### Fixed

### Removed

[63]: https://github.com/openlawlibrary/stelae/pull/63
[61]: https://github.com/openlawlibrary/stelae/pull/61
[58]: https://github.com/openlawlibrary/stelae/pull/58

## [0.3.2]

### Added
@@ -124,7 +144,8 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Removed

[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.4.0...HEAD
[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
[0.3.0]: https://github.com/openlawlibrary/stelae/compare/v0.2.1...v0.3.0
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.3.2"
version = "0.4.0"
edition = "2021"
readme = "README.md"
license = "AGPL-3.0"

0 comments on commit 0f47dc8

Please sign in to comment.