From: Scott Worley Date: Fri, 10 Apr 2026 17:18:08 +0000 (-0700) Subject: Release 1.1.0 X-Git-Tag: v1.1.0 X-Git-Url: http://git.scottworley.com/nix-env-apps/commitdiff_plain/refs/tags/v1.1.0 Release 1.1.0 --- diff --git a/Changelog b/Changelog index a0fa2a3..ebbd676 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ ## [Unreleased] +## [1.1.0] - 2026-04-10 +nixpkgs 25.11 compatibility + ## [1.0.2] - 2025-09-13 Fix template diff --git a/default.nix b/default.nix index 845dc8b..ebcfcc0 100644 --- a/default.nix +++ b/default.nix @@ -18,7 +18,7 @@ pkgs.python3Packages.callPackage ( }: buildPythonPackage rec { pname = "apps"; - version = "1.0.2"; + version = "1.1.0"; src = lib.cleanSource ./.; diff --git a/setup.py b/setup.py index 69f4370..0e6fc17 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='apps', - version='1.0.2', + version='1.1.0', description='A simple GUI for managing declarative nix-env user environments', author='Scott Worley', author_email='scottworley@scottworley.com',