Skip to content

Commit ad3edb0

Browse files
committed
Update changelog and release 0.10.0
1 parent 1e9069b commit ad3edb0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.10.0] - 2023-05-13
13+
1014
### Added
1115

1216
- Ability to customize `UID` and `GID` if you're not using `1000:1000` (check the `.env.example` file)
@@ -320,7 +324,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
320324

321325
- Everything!
322326

323-
[Unreleased]: https://github.com/nickjj/docker-django-example/compare/0.9.0...HEAD
327+
[Unreleased]: https://github.com/nickjj/docker-django-example/compare/0.10.0...HEAD
328+
[0.10.0]: https://github.com/nickjj/docker-django-example/compare/0.9.0...0.10.0
324329
[0.9.0]: https://github.com/nickjj/docker-django-example/compare/0.8.0...0.9.0
325330
[0.8.0]: https://github.com/nickjj/docker-django-example/compare/0.7.0...0.8.0
326331
[0.7.0]: https://github.com/nickjj/docker-django-example/compare/0.6.0...0.7.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ these commands for PowerShell if you want.
141141
git clone https://github.com/nickjj/docker-django-example hellodjango
142142
cd hellodjango
143143

144-
# Optionally checkout a specific tag, such as: git checkout 0.9.0
144+
# Optionally checkout a specific tag, such as: git checkout 0.10.0
145145
```
146146

147147
#### Copy an example .env file because the real one is git ignored:

0 commit comments

Comments
 (0)