From 378958c11df561cc1a780d241898d738765b7de7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 3 Apr 2024 20:44:57 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ rattail_wave/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bf1a1..ce0fe82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to rattail-wave will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased + +## [0.1.1] - 2024-04-03 +### Changed +- Update subcommand entry point group names, per wuttjamaican. + ## [0.1.0] - 2023-11-17 ### Added - Initial version. diff --git a/rattail_wave/_version.py b/rattail_wave/_version.py index e41b669..4984097 100644 --- a/rattail_wave/_version.py +++ b/rattail_wave/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.0' +__version__ = '0.1.1'