Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 17, 2023
1 parent e3b2baf commit a392c21
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Release Notes
---

# [0.2.0](https://github.com/osl-incubator/scicookie/compare/0.1.1...0.2.0) (2023-06-17)


### Bug Fixes

* **linter:** Fix the linter configuration ([#131](https://github.com/osl-incubator/scicookie/issues/131)) ([e9843e2](https://github.com/osl-incubator/scicookie/commit/e9843e2f7016fa2fa9b13ee591b7963b478092b9))


### Features

* **template:** Add API documentation to the template 2/4 (Sphinx) ([#124](https://github.com/osl-incubator/scicookie/issues/124)) ([e3b2baf](https://github.com/osl-incubator/scicookie/commit/e3b2baf67bbe5db98c9159ae11b672224c609e88))


### Performance Improvements

* **template:** Update deps used by the template ([#126](https://github.com/osl-incubator/scicookie/issues/126)) ([b0d440f](https://github.com/osl-incubator/scicookie/commit/b0d440f2084e3ab9e5bdf43055675fd86340357e))

## [0.1.1](https://github.com/osl-incubator/scicookie/compare/0.1.0...0.1.1) (2023-06-11)


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 = "scicookie"
version = "0.1.1" # semantic-release
version = "0.2.0" # semantic-release
description = "Cookiecutter template for a Python package"
authors = ["Ivan Ogasawara <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit a392c21

Please sign in to comment.