Skip to content

Commit 94ad088

Browse files
committed
Release 0.9.0
1 parent 15a0c3b commit 94ad088

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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.9.0] - 2024-08-09
13+
1014
### Changed
1115

1216
- Add `config/initializers/enable_yjit.rb` which enables YJIT by default (delete this file to disable it)
@@ -342,7 +346,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
342346

343347
- Everything!
344348

345-
[Unreleased]: https://github.com/nickjj/docker-rails-example/compare/0.8.0...HEAD
349+
[Unreleased]: https://github.com/nickjj/docker-rails-example/compare/0.9.0...HEAD
350+
[0.9.0]: https://github.com/nickjj/docker-rails-example/compare/0.8.0...0.9.0
346351
[0.8.0]: https://github.com/nickjj/docker-rails-example/compare/0.7.0...0.8.0
347352
[0.7.0]: https://github.com/nickjj/docker-rails-example/compare/0.6.0...0.7.0
348353
[0.6.0]: https://github.com/nickjj/docker-rails-example/compare/0.5.0...0.6.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Dockerize an existing Rails app.
7070
- Add `pages` controller with a home page
7171
- Add `up` controller with 2 health check related actions
7272
- **Config**:
73-
- Log to STDOUT so that Docker can consume and deal with log output
73+
- Log to STDOUT so that Docker can consume and deal with log output
7474
- Credentials are removed (secrets are loaded in with an `.env` file)
7575
- Extract a bunch of configuration settings into environment variables
7676
- Rewrite `config/database.yml` to use environment variables
@@ -120,7 +120,7 @@ these commands for PowerShell if you want.
120120
git clone https://github.com/nickjj/docker-rails-example hellorails
121121
cd hellorails
122122

123-
# Optionally checkout a specific tag, such as: git checkout 0.8.0
123+
# Optionally checkout a specific tag, such as: git checkout 0.9.0
124124
```
125125

126126
#### Copy an example .env file because the real one is git ignored:
@@ -364,7 +364,7 @@ couple of free and paid resources. There's Google too!
364364

365365
### Learn more about Docker and Ruby on Rails
366366

367-
#### Official documentation
367+
#### Official documentation
368368

369369
- <https://docs.docker.com/>
370370
- <https://guides.rubyonrails.org/>

0 commit comments

Comments
 (0)