Skip to content

Commit

Permalink
Prepare v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval authored Feb 15, 2025
1 parent ba5cdf1 commit 1760e55
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## [Unreleased]
...

## [0.4.0] - 2025-02-15

- Add `!ref`-tag:
```ruby
Nero.load(<<~YAML)
min_threads: !env [MIN_THREADS, !ref [max_threads]]
max_threads: 5
end
# => {min_threads: 5, max_threads: 5}
```
- Support Psych v3
...so it can used with Rails v6
## [0.3.0] - 2025-02-02
Expand Down

0 comments on commit 1760e55

Please # to comment.