Skip to content

Commit ad3cd7b

Browse files
authored
Merge pull request #57 from pharmaverse/release
Release py-pkglite 0.1.9
2 parents 8495dcb + 3602b41 commit ad3cd7b

File tree

4 files changed

+291
-189
lines changed

4 files changed

+291
-189
lines changed

CHANGELOG.md

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

3+
## py-pkglite 0.1.9
4+
5+
### Documentation
6+
7+
- Improved installation instructions in `README.md` by adding explicit
8+
`pipx` installation command and adding option to use `uvx` to try the
9+
CLI tool without installing it (#53).
10+
11+
### Maintenance
12+
13+
- Added GitHub Actions workflow to run `ruff check` for code linting (#55).
14+
- Updated GitHub Actions workflows to use `actions/checkout@v6` (#55).
15+
- Updated badges in `README.md` (#55).
16+
317
## py-pkglite 0.1.8
418

519
### Linting

docs/changelog.md

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

3+
## py-pkglite 0.1.9
4+
5+
### Documentation
6+
7+
- Improved installation instructions in `README.md` by adding explicit
8+
`pipx` installation command and adding option to use `uvx` to try the
9+
CLI tool without installing it (#53).
10+
11+
### Maintenance
12+
13+
- Added GitHub Actions workflow to run `ruff check` for code linting (#55).
14+
- Updated GitHub Actions workflows to use `actions/checkout@v6` (#55).
15+
- Updated badges in `README.md` (#55).
16+
317
## py-pkglite 0.1.8
418

519
### Linting

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.8"
3+
version = "0.1.9"
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" }

0 commit comments

Comments
 (0)