You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
-
## [1.0.0-rc.0] — 2026-07-30
5
+
## [1.0.0] — 2026-07-31
6
+
7
+
The first stable release, built on Localize 1.0.
6
8
7
9
### Changes
8
10
9
-
* Updated `Localize` to `"~> 1.0-rc"`.
11
+
* Requires `localize ~> 1.0`.
12
+
13
+
### Fixed
14
+
15
+
*`Localize.HTML.Unit.select/3` is specified as returning `{:error, Exception.t()}`. Localize 1.0 reports an invalid unit or locale as an exception struct rather than a `{module, message}` tuple, so the previous specification did not describe what the function returns.
16
+
17
+
*`currency_options/1`, `locale_options/1`, `territory_options/1` and `unit_options/1` no longer claim to return an error tuple. They validate by raising, so the documented error return could not occur.
0 commit comments