Skip to content

Commit 1cb3373

Browse files
committed
bump
1 parent a037d41 commit 1cb3373

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.2.3 - 2023-04-29
4+
5+
### Features
6+
7+
- Python: improve name normalization
8+
9+
### Fixes
10+
11+
- Python: fix parsing requirements.txt ([#111](https://github.com/nix-community/nix-init/pull/111))
12+
- Python: acknowledge requirements.txt when pyproject.toml is absent
13+
314
## v0.2.2 - 2023-04-23
415

516
### Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["license-store-cache"]
33

44
[workspace.package]
5-
version = "0.2.2"
5+
version = "0.2.3"
66
authors = ["figsoda <[email protected]>"]
77
edition = "2021"
88
license = "MPL-2.0"

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)