Skip to content

Commit

Permalink
release: 0.3.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Dec 14, 2023
1 parent 19cd1f6 commit 9770ead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

## [Unreleased]

## [0.3.0] - 2023-12-14

### Added
- Add ruff as extra linter and formatter: both in dependency and pre-commit (#31)
- Add more details about the linters and formatters with the resource from Google SRE book
- Add doctest (#34)

## [0.2.0] - 2023-12-01

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mppt"
version = "0.2.0"
version = "0.3.0"
description = "Python Package Template"
authors = ["Xiangzhuang Shen <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9770ead

Please sign in to comment.