Skip to content

Commit edf2702

Browse files
committed
Update changelog and release 0.8.0
1 parent af17d8f commit edf2702

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.8.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)
@@ -298,7 +302,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
298302

299303
- Everything!
300304

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
302307
[0.7.0]: https://github.com/nickjj/docker-rails-example/compare/0.6.0...0.7.0
303308
[0.6.0]: https://github.com/nickjj/docker-rails-example/compare/0.5.0...0.6.0
304309
[0.5.0]: https://github.com/nickjj/docker-rails-example/compare/0.4.0...0.5.0

README.md

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

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
121121
```
122122

123123
#### Copy an example .env file because the real one is git ignored:

0 commit comments

Comments
 (0)