Skip to content

Commit

Permalink
v0.12.1: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Jan 12, 2024
1 parent f179866 commit 94879a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.12.1 2024-01-12

* Upload changelog

## 0.12.0 2024-01-12

Significant improvements have been made. Debug logs are available when running with `RUST_LOG=DEBUG` set as an environment variable.

* Support for cloning from local repositories (almost any Git URL should work now). This also separates some more logic.
* `run` now works with a deploy path when running an archive.
* `network` option has been removed, the context now determines this (although it's not yet implemented).

## 0.11.2 2023-12-15

* Fix exe name being overwritten by default value from CLI. Fix run state precedence.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tidploy"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
license-file="LICENSE"
authors=["Tip ten Brink"]
Expand Down

0 comments on commit 94879a5

Please sign in to comment.