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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet!
11
+
12
+ ## [ 0.8.0] - 2023-05-13
13
+
10
14
### Added
11
15
12
16
- Ability to customize ` UID ` and ` GID ` if you're not using ` 1000:1000 ` (check the ` .env.example ` file)
@@ -298,7 +302,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
298
302
299
303
- Everything!
300
304
301
- [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.7.0...HEAD
305
+ [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.8.0...HEAD
306
+ [ 0.8.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.7.0...0.8.0
302
307
[ 0.7.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.6.0...0.7.0
303
308
[ 0.6.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.5.0...0.6.0
304
309
[ 0.5.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ these commands for PowerShell if you want.
117
117
git clone https://github.com/nickjj/docker-rails-example hellorails
118
118
cd hellorails
119
119
120
- # Optionally checkout a specific tag, such as: git checkout 0.7 .0
120
+ # Optionally checkout a specific tag, such as: git checkout 0.8 .0
121
121
```
122
122
123
123
#### Copy an example .env file because the real one is git ignored:
You can’t perform that action at this time.
0 commit comments