Skip to content

Commit 882fc15

Browse files
committed
Update Changelog and release 0.5.0
1 parent f2523e3 commit 882fc15

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.5.0] - 2021-01-15
13+
1014
### Added
1115

1216
- esbuild and tailwindcss based on Rails 7
@@ -164,7 +168,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
164168

165169
- Everything!
166170

167-
[Unreleased]: https://github.com/nickjj/docker-rails-example/compare/0.4.0...HEAD
171+
[Unreleased]: https://github.com/nickjj/docker-rails-example/compare/0.5.0...HEAD
172+
[0.5.0]: https://github.com/nickjj/docker-rails-example/compare/0.4.0...0.5.0
168173
[0.4.0]: https://github.com/nickjj/docker-rails-example/compare/0.3.0...0.4.0
169174
[0.3.0]: https://github.com/nickjj/docker-rails-example/compare/0.2.0...0.3.0
170175
[0.2.0]: https://github.com/nickjj/docker-rails-example/compare/0.1.0...0.2.0

README.md

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

112-
# Optionally checkout a specific tag, such as: git checkout 0.4.0
112+
# Optionally checkout a specific tag, such as: git checkout 0.5.0
113113
```
114114

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

0 commit comments

Comments
 (0)