Skip to content

Commit f6bb91b

Browse files
chore(master): release 0.1.0
1 parent 170d288 commit f6bb91b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-03-27)
4+
5+
6+
### Features
7+
8+
* add template ([7da7ec7](https://github.com/remarkablemark/python_package_template/commit/7da7ec75254a69c69829c090b6430be720bb3996))
9+
10+
11+
### Documentation
12+
13+
* **github:** fix link in CONTRIBUTING.md ([1089aba](https://github.com/remarkablemark/python_package_template/commit/1089abaf498396f7c7bbfb67de56140f347d2505))
14+
* modularize CONTRIBUTING.md from README.md ([554221d](https://github.com/remarkablemark/python_package_template/commit/554221def9cfb587f5630e31330163462320cad9))
15+
* **readme:** add status badges ([f64c430](https://github.com/remarkablemark/python_package_template/commit/f64c430010b418fefbf13b40835bd0320e79d718))
16+
* **readme:** fix link ([4c40bb4](https://github.com/remarkablemark/python_package_template/commit/4c40bb4e4195b6302afa8ded39ce4a0781306d3e))
17+
* **readme:** tidy README.md ([d14bcdf](https://github.com/remarkablemark/python_package_template/commit/d14bcdfd863c2b9063984c52df7cddb0e6bb2d57))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Python Package Template"""
22

3-
__version__ = "0.0.0"
3+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)