Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.0
3.14.2
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## py-pkglite 0.1.10

### Documentation

- Migrated documentation site to use Zensical (#58).

### Maintenance

- Added exclusion rules to the hatchling build configuration to reduce the
file size of built source distributions and wheels (#59).

## py-pkglite 0.1.9

### Documentation
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## py-pkglite 0.1.10

### Documentation

- Migrated documentation site to use Zensical (#58).

### Maintenance

- Added exclusion rules to the hatchling build configuration to reduce the
file size of built source distributions and wheels (#59).

## py-pkglite 0.1.9

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pkglite"
version = "0.1.9"
version = "0.1.10"
description = "Pack and unpack source projects of any programming language into portable text files"
authors = [{ name = "Nan Xiao", email = "nan.xiao1@msd.com" }]
dependencies = ["pathspec>=0.12.1", "rich>=13.9.4", "typer>=0.12.5"]
Expand Down
Loading