From 3936573edd14c9d1d0bf1a1b84fc45409659c7df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Sep 2024 11:33:47 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.5.0=20=E2=86=92=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ src/inception/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e11e95..083fdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.5.1 (2024-09-05) + +### Refactor + +- **nix**: update nixfmt hook. +- **devenv**: switch to `nixpkgs-unstable` repository. + ## v1.5.0 (2024-08-28) ### Feat diff --git a/src/inception/__init__.py b/src/inception/__init__.py index 943b911..68fe770 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.5.0" +__version__ = "v1.5.1"