# Changelog All _notable_ changes to this project will be documented in this file. The format is based on _[Keep a Changelog][keepachangelog]_, and this project adheres to a _modified_ form of _[Semantic Versioning][semver]_ (major version is the year; minor and patch are the same). ## [Unreleased] ### Added ### Changed ### Fixed ### 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 ### Changed ### Fixed - Fix resolve to `_api/versions` requests without trailing `/` ([52]) ### Removed [52]: https://github.com/openlawlibrary/stelae/pull/52 ## [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]) - Add command to serve current documents from repositories ([32]) ### Changed ### Fixed - Load paths to git repositories at start-time ([47]) - Fixes to insert history command ([46]) ### Removed [47]: https://github.com/openlawlibrary/stelae/pull/47 [46]: https://github.com/openlawlibrary/stelae/pull/46 [44]: https://github.com/openlawlibrary/stelae/pull/44 [42]: https://github.com/openlawlibrary/stelae/pull/42 [33]: https://github.com/openlawlibrary/stelae/pull/33 [32]: https://github.com/openlawlibrary/stelae/pull/32 ## [0.2.1] ### Added - Add basic instruments to git serve ([26]) ### Changed ### Fixed - Fix safe directory issues by upgrading git2 to latest version ([26]) ### Removed [26]: https://github.com/openlawlibrary/stelae/pull/26 ## [0.2.0] ### Added ### Changed - Update license, release under AGPL ([25]) ### Fixed ### Removed [25]: https://github.com/openlawlibrary/stelae/pull/25 ## [0.1.1] ### Added ### Changed ### Fixed - default to `text/html` mime-type instead of `application/octet-stream` ### Removed ## [0.1.0] ### Added - Added `/{namespace}/{name}/{commitish}{remainder}` endpoint (initial commits) - Added ci/cd and local verbose clippy in vscode ### Changed ### Fixed ### Removed [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 [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