Skip to content

Commit

Permalink
Merge pull request #50 from openlawlibrary/release/0.3.0
Browse files Browse the repository at this point in the history
Release/0.3.0
  • Loading branch information
n-dusan authored Sep 10, 2024
2 parents a8fc048 + dfd0889 commit 7b51d07
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions 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.3.0]

### Added

- Add filesystem logging ([42])
- Add command to insert history into database from RDF ([33], [42], [44], [46])
- Add versions endpoint to view dates on which documents and/or collections have changed ([33])
Expand Down Expand Up @@ -86,11 +96,12 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Removed

[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/openlawlibrary/stelae/tree/v0.2.1
[0.2.0]: https://github.com/openlawlibrary/stelae/tree/v0.2.0
[0.1.1]: https://github.com/openlawlibrary/stelae/tree/v0.1.1
[0.1.0]: https://github.com/openlawlibrary/stelae/tree/v0.1.0
[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/openlawlibrary/stelae/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/openlawlibrary/stelae/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/openlawlibrary/stelae/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/openlawlibrary/stelae/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/openlawlibrary/stelae/compare/2b01423c06369f5f0f168ae4c4698371d713ede7...v0.1.0

[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html
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.3.0-alpha.6"
version = "0.3.0"
edition = "2021"
readme = "README.md"
license = "AGPL-3.0"
Expand Down

0 comments on commit 7b51d07

Please sign in to comment.