Skip to content

Commit fe7c93f

Browse files
authored
Merge pull request #1 from kolonialno/release-please--branches--main
chore(main): release 0.1.0
2 parents 2c2ca5f + 32c6e63 commit fe7c93f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
3-
}
2+
".": "0.1.0"
3+
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-04-23)
4+
5+
6+
### Bug Fixes
7+
8+
* get started releasing ([2c2ca5f](https://github.com/kolonialno/django-deprecated-field/commit/2c2ca5ff825005929ae1e6a138504f27a1494fb7))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-deprecated-field"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
authors = [
99
{ name = "Oda Tech", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)