From 06ff745dabf32738b1935b963b14f7e7fa63764c Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Fri, 13 Sep 2024 16:34:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20Nedryglot=204.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 444d055..46ae80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.5] - 2024-09-13 + ## Fixed - Overriding the factory of a C platform caused the 'override' function to disappear from the resulting set. diff --git a/default.nix b/default.nix index cb3ca18..94dcf9e 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ _: { - version = "4.1.4"; + version = "4.1.5"; languages = import ./languages.nix; protobuf = import ./protobuf.nix; }