File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
44and 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
1432Initial 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments