Skip to content

Commit 112de52

Browse files
committed
Update Changelog and release 0.6.0
1 parent 5740dec commit 112de52

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.6.0] - 2022-05-15
13+
1014
### Added
1115

1216
- `config/initializers/rack_mini_profiler.rb` to enable profiling Hotwire Turbo Drive
@@ -202,7 +206,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
202206

203207
- Everything!
204208

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
206211
[0.5.0]: https://github.com/nickjj/docker-rails-example/compare/0.4.0...0.5.0
207212
[0.4.0]: https://github.com/nickjj/docker-rails-example/compare/0.3.0...0.4.0
208213
[0.3.0]: https://github.com/nickjj/docker-rails-example/compare/0.2.0...0.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ these commands for PowerShell if you want.
111111
git clone https://github.com/nickjj/docker-rails-example hellorails
112112
cd hellorails
113113

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
115115
```
116116

117117
#### Copy a few example files because the real files are git ignored:

0 commit comments

Comments
 (0)