-
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.
Fix bug breaking type generation for sanitary structs in workaround mode
- Loading branch information
Showing
4 changed files
with
8 additions
and
4 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.7" | ||
version = "0.1.0-beta.8" | ||
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.7 | ||
Version: 0.1.0_beta.8 | ||
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,8 @@ install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{bin_name} %{bui | |
%doc README.md | ||
|
||
%changelog | ||
* Fri Sep 06 2024 Christopher Hock <[email protected]> - 0.1.0_beta.8-0.1 | ||
- Fix critical bug in workflow mode breaking type generation for sanitary structs | ||
* Fri Sep 06 2024 Christopher Hock <[email protected]> - 0.1.0_beta.7-0.1 | ||
- Fix the version module not being public in output | ||
* Fri Sep 06 2024 Christopher Hock <[email protected]> - 0.1.0_beta.6-0.1 | ||
|
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