Skip to content

Commit ee153b2

Browse files
authored
Merge pull request #49 from pharmaverse/release
Release py-pkglite 0.1.7
2 parents 74b8e6c + 1159af8 commit ee153b2

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## py-pkglite 0.1.7
4+
5+
### Maintenance
6+
7+
- Added Python 3.14 support and set as default development environment (#47).
8+
- Updated GitHub Actions workflows to use the latest `checkout` and
9+
`setup-python` versions (#47).
10+
- Refactored the logo generation script to use ImageMagick, removing the
11+
previous R and hexSticker dependency (#46).
12+
313
## py-pkglite 0.1.6
414

515
### Documentation

docs/changelog.md

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

3+
## py-pkglite 0.1.7
4+
5+
### Maintenance
6+
7+
- Added Python 3.14 support and set as default development environment (#47).
8+
- Updated GitHub Actions workflows to use the latest `checkout` and
9+
`setup-python` versions (#47).
10+
- Refactored the logo generation script to use ImageMagick, removing the
11+
previous R and hexSticker dependency (#46).
12+
313
## py-pkglite 0.1.6
414

515
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pkglite"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Pack and unpack source projects of any language into portable text files"
55
authors = [
66
{ name = "Nan Xiao", email = "nan.xiao1@msd.com" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)