Skip to content

Commit ee5ec1d

Browse files
committed
v0.2.0 release
1 parent 1ba5c1a commit ee5ec1d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [v0.2.0] - 2022-02-25
7+
8+
### Breaking Changes
9+
10+
* You must now explicitly choose which Abracon RTC model you wish to use
11+
in your `config.exs`
12+
* Existing behavior in `NervesTime.RTC.Abracon` was moved to
13+
`NervesTime.RTC.Abracon.IBO5` and you will need to update your
14+
`config.exs`:
15+
16+
```elixir
17+
config :nerves_time, rtc: NervesTime.RTC.Abracon.IBO5
18+
```
19+
20+
### Added
21+
22+
* AB-RTCMC-32.768kHz-B5ZE-S3 support with `NervesTime.RTC.Abracon.B5ZE`
23+
624
## [v0.1.1] - 2020-03-15
725

826
### Fixed
@@ -13,5 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1331

1432
Initial release
1533

34+
[v0.2.0]: https://github.com/nerves-time/nerves_time_rtc_abracon/releases/tag/v0.2.0
1635
[v0.1.1]: https://github.com/nerves-time/nerves_time_rtc_abracon/releases/tag/v0.1.1
1736
[v0.1.0]: https://github.com/nerves-time/nerves_time_rtc_abracon/releases/tag/v0.1.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NervesTime.RTC.Abracon.MixProject do
22
use Mix.Project
33

4-
@version "0.1.1"
4+
@version "0.2.0"
55
@source_url "https://github.com/nerves-time/nerves_time_rtc_abracon"
66

77
def project do

0 commit comments

Comments
 (0)