Skip to content

Commit

Permalink
Bump to Version Beta 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Sep 27, 2024
1 parent fa772ff commit 4f49f79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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,7 +1,7 @@
[package]
name = "thanix"
authors = ["Christopher Hock <[email protected]>"]
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."
Expand Down
5 changes: 4 additions & 1 deletion Thanix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 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 <[email protected]> - 0.1.0_beta.9-0.1
- Fix type recognition logic
* Fri Sep 06 2024 Christopher Hock <[email protected]> - 0.1.0_beta.8-0.1
Expand Down

0 comments on commit 4f49f79

Please sign in to comment.