Skip to content

Commit a6d21e2

Browse files
committed
Update readme for 0.6.0
1 parent acb9c38 commit a6d21e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

88
## [UNRELEASED]
99

10+
11+
## v0.6.0 (2025-05-15)
12+
1013
This release brings versioned packages! We recommend you pin your deployments to specific versions and upgrade intentionally .
1114

1215
### Changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ And for peer:
5959
inputs = {
6060
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
6161
# Check https://github.com/Ramblurr/datomic-pro-flake/releases for the latest release tag
62-
datomic-pro.url = "https://flakehub.com/f/Ramblurr/datomic-pro/0.5.0.tar.gz";
62+
datomic-pro.url = "https://flakehub.com/f/Ramblurr/datomic-pro/0.6.0.tar.gz";
6363
datomic-pro.nixpkgs = "nixpkgs";
6464
};
6565
outputs = { nixpkgs, datomic-pro, ... }@attrs: {
@@ -109,6 +109,7 @@ A basic dev-mode datomic that stores its state in `/var/lib/datomic-pro`:
109109
{
110110
services.datomic-pro = {
111111
enable = true;
112+
package = pkgs.datomic-pro_1_0_7364;
112113
secretsFile = "/etc/datomic-pro/secrets.properties";
113114
settings = {
114115
# no secrets in here!

0 commit comments

Comments
 (0)