Skip to content

Commit

Permalink
Add version note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Apr 2, 2021
1 parent d215711 commit 11e2281
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## [1.1.0] - 2021-04-01
## [1.1.0] - 2021-04-02

### Added

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ def deps do
end
```

## Versions and Support

Version 2.0 does not support Elixir 1.10 anymore. However, for now all functionality is backported to version 1.x.

| Ymlr Version | Supported Elixir Version |
|:-------------:|:-------------:|
| ~> 2.0 | ~> 1.11 |
| ~> 1.0 | ~> 1.10 |

## Examples

### Encode a single document - optionally with comments:
Expand Down

0 comments on commit 11e2281

Please sign in to comment.