Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan committed Oct 31, 2024
1 parent 5ace7a3 commit dc596b3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL="sqlite:///D:\OLL\oll-test-repos\stelae-archive\.stelae\db.sqlite3?mode=rwc"
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_

### Removed

## [0.3.2]

### Added

### Changed

### Fixed

- Fix `stelae update` partial update when there are new publications ([56])

### Removed

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

## [0.3.1]

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

### Removed

[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/openlawlibrary/stelae/compare/v0.3.2...HEAD
[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
[0.2.1]: https://github.com/openlawlibrary/stelae/compare/v0.2.0...v0.2.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.3.1"
version = "0.3.2"
edition = "2021"
readme = "README.md"
license = "AGPL-3.0"
Expand Down
1 change: 1 addition & 0 deletions tests/db/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod db;

0 comments on commit dc596b3

Please sign in to comment.