Skip to content

Commit 89db57f

Browse files
committed
Update changelog for v0.5.0
1 parent 0616fa7 commit 89db57f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
## v0.5.0 (2025-05-15)
11+
12+
This release brings a Datomic version bump to [version 1.0.7364](https://docs.datomic.com/changes/pro.html#1.0.7364).
13+
14+
Also notably the container image size is now 433M, down from over 750M, thanks to Datomic's efforts to slim down the release jar!
15+
1016
### Changed
1117

1218
- nix pkg: Updated `datomic-pro` and `datomic-pro-peer` to [version 1.0.7364](https://docs.datomic.com/changes/pro.html#1.0.7364)
19+
- docs: Improved SQLite example with rails 8 inspired tuning
1320

1421
## v0.4.0 (2025-03-14)
1522

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ All of the above are [end-to-end tested](./tests) by the CI suite in this repo!
1616

1717
**Known issues**:
1818

19-
* The OCI container image is rather fat over 700 MB. -> probably not much more we can do about that
2019
* There's no builtin version pinning yet except for pinning this flake's version. -> this will be fixed before 1.0
2120
* The last thing you want is for your database to have a surprise upgrade
2221

@@ -53,7 +52,7 @@ All of the above are [end-to-end tested](./tests) by the CI suite in this repo!
5352
inputs = {
5453
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5554
# Check https://github.com/Ramblurr/datomic-pro-flake/releases for the latest release tag
56-
datomic-pro.url = "https://flakehub.com/f/Ramblurr/datomic-pro/0.1.0.tar.gz";
55+
datomic-pro.url = "https://flakehub.com/f/Ramblurr/datomic-pro/0.5.0.tar.gz";
5756
datomic-pro.nixpkgs = "nixpkgs";
5857
};
5958
outputs = { nixpkgs, datomic-pro, ... }@attrs: {

0 commit comments

Comments
 (0)