We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ef7c2 commit 70a0852Copy full SHA for 70a0852
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [1.0.2](https://github.com/agrc/python/compare/v1.0.1...v1.0.2) (2024-05-15)
4
+
5
6
+### 🐛 Bug Fixes
7
8
+* ruff param ([e4ef7c2](https://github.com/agrc/python/commit/e4ef7c263623095f49d1c37460e5f17b73fa1be0))
9
+* run ruff as a separate task ([cdb4ff6](https://github.com/agrc/python/commit/cdb4ff6293e4bd5cf4f9850fe4d9dbe4539c2ca6))
10
11
## [1.0.1](https://github.com/agrc/python/compare/v1.0.0...v1.0.1) (2024-04-10)
12
13
src/projectname/version.py
@@ -3,4 +3,4 @@
This must only include a single line: __version__ = 'x.y.z'
"""
-__version__ = "1.0.1"
+__version__ = "1.0.2"
0 commit comments