Releases: andamira/fisica
Releases · andamira/fisica
v0.2.0
Added
- add features:
alloc
,no-std
,safest
,unsafe
,unsafest
,nightly_docs
. - add
devela
dependency. - add
all
root module. - add changelog.
Removed
- remove
safe
from the default features.
Changed
- remove direct
paste
dependency. - update warnings allowances.
- update
glam
dependency.
Fixed
- make it compile without the standard library (although it doesn't yet support no-std because of
glam
). - update readme and licenses.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
- add new SI unit prefixes: Ronna (10e27), Quetta (10e30), ronto (10e-27), quecto (10e-30).
- misc project cleanup, updates and fixes.
Full Changelog: v0.1.0...v0.1.1