Skip to content

Commit

Permalink
Merge pull request #41 from atomiechen/dev
Browse files Browse the repository at this point in the history
bump version to 0.9.1
  • Loading branch information
atomiechen authored Jul 28, 2024
2 parents 9ea0599 + c2de703 commit 0c7a246
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to HandyLLM will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).


## [0.9.1] - 2024-07-28

### Added

- 🔧 add lint dependency ruff
- add `scripts/lint.sh` for linting
- add `scripts/format.sh` for formatting, and format all files
- add CI test workflow

### Fixed

- fix errors reported by ruff (E711, E722, F541)
- fix TypeError on python 3.8 ('type' object is not subscriptable)


## [0.9.0] - 2024-07-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "HandyLLM"
version = "0.9.0"
version = "0.9.1"
authors = [
{ name="Atomie CHEN", email="[email protected]" },
]
Expand Down

0 comments on commit 0c7a246

Please sign in to comment.