Skip to content

Commit 7469e7a

Browse files
authored
Merge pull request #119 from DeterminateSystems/release-v3.6.5/c7ec4397-7427-42b1-87fb-1266bc444391
Release v3.6.5
2 parents 7f21086 + 0f38921 commit 7469e7a

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.github/release-notes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ linkify_gh() {
4545
| trim_trailing_newlines \
4646
| sed -e 's/^\* /\n* /' \
4747
| linkify_gh
48+
echo "" # final newline
4849
) > "$scratch/changes.md"
4950

5051
(

.github/workflows/propose-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
git commit -m "Set .version-determinate to ${{ inputs.version }}" || true
3030
./.github/release-notes.sh
3131
git add doc
32-
git commit -m "Generare release notes for ${{ inputs.version }}" || true
32+
git commit -m "Generate release notes for ${{ inputs.version }}" || true

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.4
1+
3.6.5

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
- [Contributing](development/contributing.md)
130130
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
131131
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)<!-- next -->
132-
- [Release 3.6.4 (2025-06-12)](release-notes-determinate/rl-3.6.4.md)
132+
- [Release 3.6.5 (2025-06-16)](release-notes-determinate/rl-3.6.5.md)
133133
- [Release 3.6.2 (2025-06-02)](release-notes-determinate/rl-3.6.2.md)
134134
- [Release 3.6.1 (2025-05-24)](release-notes-determinate/rl-3.6.1.md)
135135
- [Release 3.6.0 (2025-05-22)](release-notes-determinate/rl-3.6.0.md)

doc/manual/source/release-notes-determinate/changes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes between Nix and Determinate Nix
22

3-
This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.4.<!-- differences -->
3+
This section lists the differences between upstream Nix 2.29 and Determinate Nix 3.6.5.<!-- differences -->
44

55
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
66

@@ -47,8 +47,9 @@ This section lists the differences between upstream Nix 2.29 and Determinate Nix
4747
* Call out that `--keep-failed` with remote builders will keep the failed build directory on that builder by @cole-h in [DeterminateSystems/nix-src#85](https://github.com/DeterminateSystems/nix-src/pull/85)
4848
<!-- Determinate Nix version 3.6.3 revoked -->
4949

50-
<!-- Determinate Nix version 3.6.4 -->
50+
<!-- Determinate Nix version 3.6.4 revoked -->
5151

52+
<!-- Determinate Nix version 3.6.5 -->
5253

5354
* When remote building with --keep-failed, only show "you can rerun" message if the derivation's platform is supported on this machine by @cole-h in [DeterminateSystems/nix-src#87](https://github.com/DeterminateSystems/nix-src/pull/87)
5455

doc/manual/source/release-notes-determinate/rl-3.6.4.md renamed to doc/manual/source/release-notes-determinate/rl-3.6.5.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 3.6.4 (2025-06-12)
1+
# Release 3.6.5 (2025-06-12)
22

33
* Based on [upstream Nix 2.29.0](../release-notes/rl-2.29.md).
44

@@ -14,7 +14,6 @@
1414
* Make the `nix repl` test more stable by @edolstra in [DeterminateSystems/nix-src#103](https://github.com/DeterminateSystems/nix-src/pull/103)
1515
* Run nixpkgsLibTests against lazy trees by @edolstra in [DeterminateSystems/nix-src#100](https://github.com/DeterminateSystems/nix-src/pull/100)
1616
* Run the Nix test suite against lazy trees by @edolstra in [DeterminateSystems/nix-src#105](https://github.com/DeterminateSystems/nix-src/pull/105)
17-
* Improve caching of inputs in dry-run mode by @edolstra in [DeterminateSystems/nix-src#98](https://github.com/DeterminateSystems/nix-src/pull/98)
17+
* Improve caching of inputs by @edolstra in [DeterminateSystems/nix-src#98](https://github.com/DeterminateSystems/nix-src/pull/98), [DeterminateSystems/nix-src#110](https://github.com/DeterminateSystems/nix-src/pull/110), and [DeterminateSystems/nix-src#115](https://github.com/DeterminateSystems/nix-src/pull/115)
1818

19-
20-
**Full Changelog**: [v3.6.2...v3.6.4](https://github.com/DeterminateSystems/nix-src/compare/v3.6.2...v3.6.4)
19+
**Full Changelog**: [v3.6.2...v3.6.5](https://github.com/DeterminateSystems/nix-src/compare/v3.6.2...v3.6.4)

0 commit comments

Comments
 (0)