-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[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 | ||
|