Skip to content

Commit 3a73997

Browse files
committed
Merge branch 'main' into union-type
2 parents 097cd31 + 09a43cc commit 3a73997

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicQuantities"
22
uuid = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
33
authors = ["MilesCranmer <[email protected]> and contributors"]
4-
version = "0.7.4"
4+
version = "0.7.5"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

src/units.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
@register_unit mol DEFAULT_QUANTITY_TYPE(1.0, amount=1)
5353

5454
@add_prefixes m (f, p, n, μ, u, c, d, m, k, M, G)
55-
@add_prefixes g (μ, u, m, k)
55+
@add_prefixes g (p, n, μ, u, m, k)
5656
@add_prefixes s (f, p, n, μ, u, m)
5757
@add_prefixes A (n, μ, u, m, k)
5858
@add_prefixes K (m,)
@@ -64,7 +64,7 @@ end
6464
m,
6565
)
6666
@doc(
67-
"Mass in kilograms. Available variants: `μg` (/`ug`), `mg`, `g`.",
67+
"Mass in kilograms. Available variants: `pg`, `ng`, `μg` (/`ug`), `mg`, `g`.",
6868
kg,
6969
)
7070
@doc(

0 commit comments

Comments
 (0)