Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed May 5, 2024
1 parent e63d848 commit 2d7032d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 191 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## 0.14.0 2024-

## 0.14.0 2024-05-05

* Very large update that includes a complete rewrite, currently gated behind `tidploy next`. v1 should hopefully make this the default.
* There is no backwards compatibility with the portion behind `next`, nearly all options have been changed. State resolution is quite different now, with actual loops that try to converge
* There is an "address" system that replaces the way download previously worked
* No more archives, this didn't really add anything
* Git tags are handled quite differently now, we use ls-remote to find the correct commit, they are also cached and stored differently
* Added testing and examples
* Start using (color-)eyre which should print the errors in a nicer format and makes especially the more application-level IO errors a lot easier to handle. This also includes a spantrace and a location, which makes it much easier to track where the error actually occurred.

## 0.13.1 2024-03-16
Expand Down
185 changes: 0 additions & 185 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@ color-eyre = "=0.6.3"
test-log = { version="=0.2.15", default-features = false, features = ["trace"] }
duct = "=0.13.7"
camino = "1.1.6"
once_cell = "1.19.0"
tar = "0.4.40"
flate2 = "1.0.30"
merkle_hash = "3.6"
once_cell = "1.19.0"

0 comments on commit 2d7032d

Please sign in to comment.