Skip to content

Commit 3964aaf

Browse files
authored
Merge pull request #52 from pharmaverse/release
Release py-pkglite 0.1.8
2 parents ee00e87 + cfd9619 commit 3964aaf

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.8
4+
5+
### Linting
6+
7+
- Added ruff linter configuration to `pyproject.toml` with popular rule sets
8+
including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify,
9+
and isort (#50).
10+
- Fixed `ruff check` linting issues including UP006, UP015, UP035, F401, E501,
11+
B007, B904, and SIM102 (#50).
12+
313
## py-pkglite 0.1.7
414

515
### Maintenance

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.8
4+
5+
### Linting
6+
7+
- Added ruff linter configuration to `pyproject.toml` with popular rule sets
8+
including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify,
9+
and isort (#50).
10+
- Fixed `ruff check` linting issues including UP006, UP015, UP035, F401, E501,
11+
B007, B904, and SIM102 (#50).
12+
313
## py-pkglite 0.1.7
414

515
### Maintenance

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.7"
3+
version = "0.1.8"
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)