Skip to content

Commit d822083

Browse files
committed
Marks 0.2.0 release
1 parent 67730c7 commit d822083

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## [0.2.0]
4+
5+
- Improved error handling in directory scanning to gracefully skip problematic system directories
6+
- Drop support for Python 3.10
7+
38
## [0.1.2]
49

5-
### Changed
610
- Updated Development Status to Beta
711
- Improved search algorithm with both upward and downward directory traversal
812
- Added recursive downward search from each parent directory level

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "easy-django-cli"
9-
version = "0.1.2"
9+
version = "0.2.0"
1010
description = "A modern CLI tool that replaces 'python manage.py' and 'django-admin' with simpler 'django' or 'dj' commands"
1111
readme = "README.md"
1212
keywords = [
@@ -21,7 +21,7 @@ license-files = ["LICENSE"]
2121
authors = [
2222
{ name = "Tim Kamanin", email = "tim@timonweb.com" },
2323
]
24-
requires-python = ">=3.10"
24+
requires-python = ">=3.11"
2525
classifiers = [
2626
"Development Status :: 4 - Beta",
2727
"Framework :: Django :: 4.2",

0 commit comments

Comments
 (0)