Skip to content

Commit 4e507ac

Browse files
authored
Merge pull request #61 from pharmaverse/release
Release py-pkglite 0.1.10
2 parents 214aeee + 5be5a27 commit 4e507ac

File tree

5 files changed

+261
-239
lines changed

5 files changed

+261
-239
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.0
1+
3.14.2

CHANGELOG.md

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

3+
## py-pkglite 0.1.10
4+
5+
### Documentation
6+
7+
- Migrated documentation site to use Zensical (#58).
8+
9+
### Maintenance
10+
11+
- Added exclusion rules to the hatchling build configuration to reduce the
12+
file size of built source distributions and wheels (#59).
13+
314
## py-pkglite 0.1.9
415

516
### Documentation

docs/changelog.md

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

3+
## py-pkglite 0.1.10
4+
5+
### Documentation
6+
7+
- Migrated documentation site to use Zensical (#58).
8+
9+
### Maintenance
10+
11+
- Added exclusion rules to the hatchling build configuration to reduce the
12+
file size of built source distributions and wheels (#59).
13+
314
## py-pkglite 0.1.9
415

516
### 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.9"
3+
version = "0.1.10"
44
description = "Pack and unpack source projects of any programming language into portable text files"
55
authors = [{ name = "Nan Xiao", email = "nan.xiao1@msd.com" }]
66
dependencies = ["pathspec>=0.12.1", "rich>=13.9.4", "typer>=0.12.5"]

0 commit comments

Comments
 (0)