mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
build: Incremented flake version number.
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [0.3.0](https://github.com/sbrow/envr/compare/v0.2.1...v0.3.0) (2026-06-16)
|
## [0.3.0](https://github.com/sbrow/envr/compare/v0.2.1...v0.3.0) (2026-06-16)
|
||||||
|
|
||||||
|
Version 0.3.0 represents a significant departure (and improvement) for envr.
|
||||||
|
The entire codebase was rewritten in [Odin](https://odin-lang.org/) (from Go).
|
||||||
|
This reduced the binary size from over 17MB to under 600k, improved performance,
|
||||||
|
and significantly reduced the number of project dependencies from 69 to just 2.
|
||||||
|
|
||||||
### ⚠ BREAKING CHANGES
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
|||||||
1
TODOS.md
1
TODOS.md
@@ -1,6 +1,5 @@
|
|||||||
# TODOs
|
# TODOs
|
||||||
|
|
||||||
|
|
||||||
1. Consider giving db its own allocator
|
1. Consider giving db its own allocator
|
||||||
|
|
||||||
2. **db.odin:324-327** — Map iteration (`remote_set`) is non-deterministic. Same file can produce different JSON on each backup, causing spurious DB diffs. Sort remotes before storing.
|
2. **db.odin:324-327** — Map iteration (`remote_set`) is non-deterministic. Same file can produce different JSON on each backup, causing spurious DB diffs. Sort remotes before storing.
|
||||||
|
|||||||
Reference in New Issue
Block a user