Skip to content

Commit 6358d8d

Browse files
committed
prepare for 0.11.0
1 parent 95631a8 commit 6358d8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
This project uses [**Break Versioning**](https://www.taoensso.com/break-versioning).
76

87
## [UNRELEASED]
98

9+
## v0.11.0 (2026-02-03)
10+
1011
### Breaking
1112

1213
- NixOS module: The `services.datomic-pro.package` option is now required. You must explicitly pin your Datomic version. This change prevents unexpected upgrades that could affect your data.
14+
- Switch from [SemVer](https://semver.org/spec/v2.0.0.html) to [BreakVer](https://www.taoensso.com/break-versioning). I actually had meant to use BreakVer all along and thought we were, but didn't see the copy paste error until just now (yes this is a violation of SemVer by not bumping the major version number).
1315

1416
### Added
1517

0 commit comments

Comments
 (0)