All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- 1.8.0 - 2024-10-13
- 1.7.0 - 2024-09-21
- 1.6.0 - 2024-05-03
- 1.5.0 - 2024-05-03
- 1.4.0 - 2024-05-01
- 1.3.0 - 2024-03-13
- 1.2.1 - 2024-03-10
- 1.2.0 - 2024-03-03
- 1.1.0 - 2024-02-19
- 1.0.2 - 2022-12-11
- 1.0.1 - 2022-10-23
- 1.0.0 - 2022-10-23
- Added
- Support for loading configuration from
project.clj
. - Support for loading configuration from
.wallbrew/sealog/config.edn
.
- Support for loading configuration from
- Fixed
- Added the
<orgnization>
tag to the pom.xml file.
- Added the
- Changed
- Removed dependency on
org.clojure/core.match
. - Removed dependency on
lein-project-version
. - Downgraded
org.clojure/test.check
to:dev
profile for tests.
- Removed dependency on
- Added
- Added
version
command to grant CLI access to the current version.
- Added
- Create
insert
command to grant CLI access to creating new changelog entries.
- Create
- Security
- Bumped
org.clojure/clojure
to1.11.2
. Note: AddressingCVE-2024-22871
/GHSA-vr64-r9qj-h27f
requires consumers to upgrade to this version.
- Bumped
- Added
- Added
:pretty-print-edn?
to the configuration. EDN files for changelog entries and configuration may now be pretty printed.
- Added
- Added
- Created a configuration file for sealog consumers.
- Changed
- Sealog commands will now use the configuration file if it exists and no command line options are set.
- Fixed
- Updated footer link to point to the public repository.
- Fixed
- Corrected SCM information in leiningen project file.
- Added
- Idempotent changelog initialization via:
lein sealog init
- Rendering changelogs to markdown files via:
lein sealog render
- Changelog version management via:
lein sealog bump
- Idempotent changelog initialization via:
This changelog was generated by sealog. Please do not edit it directly. Instead, edit the source data files and regenerate this file.