Skip to content

Commit 047faab

Browse files
committed
Update changelog and version
1 parent a47fc1e commit 047faab

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.7.0 (2026-05-10)
4+
5+
### Enhancements
6+
7+
* Added `gb` as an alias for `gigabyte` so it doesn't collide with GNU's `gilbert` after `Unity.GnuUnitsImporter.import/0`.
8+
9+
* Conversion errors now include each side's base-unit decomposition (e.g., `"gilbert" reduces to "ampere"`) so dimensional mismatches are obvious.
10+
311
## v0.6.0 (2026-04-14)
412

513
### Enhancements

mix.exs

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

4-
@version "0.6.0"
4+
@version "0.7.0"
55
@source_url "https://github.com/elixir-localize/unity"
66

77
def project do

0 commit comments

Comments
 (0)