Skip to content

Commit

Permalink
Merge pull request #140 from azriel91/maintenance/release-0-0-11
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 authored Jun 27, 2023
2 parents be8eced + bd9fee4 commit 8ce6559
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## 0.0.11 (2023-06-27)

* Add `CmdBase` and `CmdIndependence` for easier command composition. ([#120], [#130])
* Rename `StatesDesired*` to `StatesGoal*`. ([#131], [#132])
Expand Down
50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ members = [
]

[workspace.package]
version = "0.0.10"
version = "0.0.11"
authors = ["Azriel Hoh <[email protected]>"]
edition = "2021"
homepage = "https://peace.mk"
Expand All @@ -66,34 +66,34 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
# Peace crates.
peace = { path = ".", version = "0.0.10", default-features = false }
peace = { path = ".", version = "0.0.11", default-features = false }

peace_cfg = { path = "crate/cfg", version = "0.0.10" }
peace_cmd = { path = "crate/cmd", version = "0.0.10" }
peace_code_gen = { path = "crate/code_gen", version = "0.0.10" }
peace_core = { path = "crate/core", version = "0.0.10" }
peace_data = { path = "crate/data", version = "0.0.10" }
peace_data_derive = { path = "crate/data_derive", version = "0.0.10" }
peace_diff = { path = "crate/diff", version = "0.0.10" }
peace_fmt = { path = "crate/fmt", version = "0.0.10" }
peace_params = { path = "crate/params", version = "0.0.10" }
peace_params_derive = { path = "crate/params_derive", version = "0.0.10" }
peace_resources = { path = "crate/resources", version = "0.0.10" }
peace_rt = { path = "crate/rt", version = "0.0.10" }
peace_rt_model = { path = "crate/rt_model", version = "0.0.10" }
peace_rt_model_core = { path = "crate/rt_model_core", version = "0.0.10" }
peace_rt_model_hack = { path = "crate/rt_model_hack", version = "0.0.10" }
peace_rt_model_native = { path = "crate/rt_model_native", version = "0.0.10" }
peace_rt_model_web = { path = "crate/rt_model_web", version = "0.0.10" }
peace_static_check_macros = { path = "crate/static_check_macros", version = "0.0.10" }
peace_cfg = { path = "crate/cfg", version = "0.0.11" }
peace_cmd = { path = "crate/cmd", version = "0.0.11" }
peace_code_gen = { path = "crate/code_gen", version = "0.0.11" }
peace_core = { path = "crate/core", version = "0.0.11" }
peace_data = { path = "crate/data", version = "0.0.11" }
peace_data_derive = { path = "crate/data_derive", version = "0.0.11" }
peace_diff = { path = "crate/diff", version = "0.0.11" }
peace_fmt = { path = "crate/fmt", version = "0.0.11" }
peace_params = { path = "crate/params", version = "0.0.11" }
peace_params_derive = { path = "crate/params_derive", version = "0.0.11" }
peace_resources = { path = "crate/resources", version = "0.0.11" }
peace_rt = { path = "crate/rt", version = "0.0.11" }
peace_rt_model = { path = "crate/rt_model", version = "0.0.11" }
peace_rt_model_core = { path = "crate/rt_model_core", version = "0.0.11" }
peace_rt_model_hack = { path = "crate/rt_model_hack", version = "0.0.11" }
peace_rt_model_native = { path = "crate/rt_model_native", version = "0.0.11" }
peace_rt_model_web = { path = "crate/rt_model_web", version = "0.0.11" }
peace_static_check_macros = { path = "crate/static_check_macros", version = "0.0.11" }

# Item crates
peace_items = { path = "items", version = "0.0.10" }
peace_items = { path = "items", version = "0.0.11" }

peace_item_blank = { path = "items/blank", version = "0.0.10" }
peace_item_file_download = { path = "items/file_download", version = "0.0.10" }
peace_item_sh_cmd = { path = "items/sh_cmd", version = "0.0.10" }
peace_item_tar_x = { path = "items/tar_x", version = "0.0.10" }
peace_item_blank = { path = "items/blank", version = "0.0.11" }
peace_item_file_download = { path = "items/file_download", version = "0.0.11" }
peace_item_sh_cmd = { path = "items/sh_cmd", version = "0.0.11" }
peace_item_tar_x = { path = "items/tar_x", version = "0.0.11" }

# Dependencies used by framework and item crates.
#
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Collect coverage and open `html` report.
1. Update crate versions.

```bash
sd -s 'version = "0.0.10"' 'version = "0.0.11"' $(fd -tf -F toml) README.md src/lib.rs
sd -s 'version = "0.0.11"' 'version = "0.0.12"' $(fd -tf -F toml) README.md src/lib.rs

# Make sure only `peace` crates are updated.
git --no-pager diff | rg '^[+]' | rg -v '(peace)|(\+\+\+)|\+version'
Expand Down
54 changes: 27 additions & 27 deletions doc/src/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/hsivonen/encoding_rs ">encoding_rs 0.8.32</a></li>
<li><a href=" https://github.com/azriel91/enser ">enser 0.1.4</a></li>
<li><a href=" https://github.com/zkat/miette ">miette 5.9.0</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/proc_macro_roids ">proc_macro_roids 0.8.0</a></li>
<li><a href=" https://github.com/azriel91/resman ">resman 0.16.1</a></li>
<li><a href=" https://github.com/azriel91/rt_map ">rt_map 0.5.2</a></li>
Expand Down Expand Up @@ -8001,46 +8001,46 @@ <h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/gankra/backtrace-ext ">backtrace-ext 0.2.1</a></li>
<li><a href=" https://github.com/zowens/crc32c ">crc32c 0.6.3</a></li>
<li><a href=" https://github.com/azriel91/peace ">download 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">download 0.0.11</a></li>
<li><a href=" https://github.com/whentze/drain_filter_polyfill.git ">drain_filter_polyfill 0.1.3</a></li>
<li><a href=" https://github.com/azriel91/enser ">enser_derive 0.1.4</a></li>
<li><a href=" https://github.com/azriel91/peace ">envman 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">envman 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/fn_graph ">fn_graph 0.8.3</a></li>
<li><a href=" https://github.com/rustwasm/gloo ">gloo-net 0.2.6</a></li>
<li><a href=" https://github.com/rustwasm/gloo/tree/master/crates/utils ">gloo-utils 0.1.7</a></li>
<li><a href=" https://github.com/starkat99/half-rs ">half 1.8.2</a></li>
<li><a href=" https://github.com/TedDriggs/ident_case ">ident_case 1.0.1</a></li>
<li><a href=" https://github.com/sfackler/rust-openssl ">openssl 0.10.55</a></li>
<li><a href=" https://github.com/kgv/pad-adapter ">pad-adapter 0.1.1</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_cfg 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_cmd 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_code_gen 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_core 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_data 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_data_derive 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_diff 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_fmt 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_blank 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_file_download 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_sh_cmd 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_tar_x 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_items 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_params 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_params_derive 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_resources 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_core 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_hack 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_native 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_web 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_static_check_macros 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_cfg 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_cmd 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_code_gen 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_core 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_data 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_data_derive 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_diff 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_fmt 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_blank 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_file_download 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_sh_cmd 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_item_tar_x 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_items 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_params 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_params_derive 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_resources 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_core 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_hack 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_native 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_rt_model_web 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/peace ">peace_static_check_macros 0.0.11</a></li>
<li><a href=" https://github.com/azriel91/type_reg ">type_reg 0.6.0</a></li>
<li><a href=" https://github.com/jwilm/vte ">vte_generate_state_changes 0.1.1</a></li>
<li><a href=" https://github.com/ardaku/whoami ">whoami 1.4.1</a></li>
<li><a href=" https://github.com/retep998/winapi-rs ">winapi-i686-pc-windows-gnu 0.4.0</a></li>
<li><a href=" https://github.com/retep998/winapi-rs ">winapi-x86_64-pc-windows-gnu 0.4.0</a></li>
<li><a href=" https://github.com/azriel91/peace ">workspace_tests 0.0.10</a></li>
<li><a href=" https://github.com/azriel91/peace ">workspace_tests 0.0.11</a></li>
</ul>
<pre class="license-text">Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion examples/download/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "download"
version = "0.0.10"
version = "0.0.11"
authors = ["Azriel Hoh <[email protected]>"]
edition = "2021"
description = "Peace framework file download example"
Expand Down
2 changes: 1 addition & 1 deletion examples/envman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "envman"
version = "0.0.10"
version = "0.0.11"
authors = ["Azriel Hoh <[email protected]>"]
edition = "2021"
description = "Peace framework web application lifecycle example"
Expand Down

0 comments on commit 8ce6559

Please sign in to comment.