diff --git a/Cargo.lock b/Cargo.lock index 4087ffa..c0b98c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "thanix" -version = "0.1.0-beta.11" +version = "0.1.0-beta.12" dependencies = [ "check_keyword", "clap", diff --git a/Cargo.toml b/Cargo.toml index 94efb48..436f2bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thanix" authors = ["Christopher Hock "] -version = "0.1.0-beta.11" +version = "0.1.0-beta.12" publish = true edition = "2021" description = "A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI." diff --git a/Thanix.spec b/Thanix.spec index fcb191b..e1ae2ae 100644 --- a/Thanix.spec +++ b/Thanix.spec @@ -17,7 +17,7 @@ Name: Thanix -Version: 0.1.0_beta.11 +Version: 0.1.0_beta.12 Release: 0.1 Summary: Rust to yaml code generator # FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses @@ -59,6 +59,9 @@ install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{bin_name} %{bui %doc README.md %changelog +* Fri Sep 27 2024 Christopher Hock - 0.1.0_beta.12-0.1 +- Scrub index arrays from serde_qs::to_string function from query strings +- Fix query struct fields not being public * Fri Sep 06 2024 Christopher Hock - 0.1.0_beta.9-0.1 - Fix type recognition logic * Fri Sep 06 2024 Christopher Hock - 0.1.0_beta.8-0.1