File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ these commands for PowerShell if you want.
141141git clone https://github.com/nickjj/docker-django-example hellodjango
142142cd 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:
You can’t perform that action at this time.
0 commit comments