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.6.0] - 2022-05-15
13
+
10
14
### Added
11
15
12
16
- ` config/initializers/rack_mini_profiler.rb ` to enable profiling Hotwire Turbo Drive
@@ -202,7 +206,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
202
206
203
207
- Everything!
204
208
205
- [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.5.0...HEAD
209
+ [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.6.0...HEAD
210
+ [ 0.6.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.5.0...0.6.0
206
211
[ 0.5.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.4.0...0.5.0
207
212
[ 0.4.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.3.0...0.4.0
208
213
[ 0.3.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.2.0...0.3.0
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ these commands for PowerShell if you want.
111
111
git clone https://github.com/nickjj/docker-rails-example hellorails
112
112
cd hellorails
113
113
114
- # Optionally checkout a specific tag, such as: git checkout 0.5 .0
114
+ # Optionally checkout a specific tag, such as: git checkout 0.6 .0
115
115
```
116
116
117
117
#### Copy a few example files because the real files are git ignored:
You can’t perform that action at this time.
0 commit comments