2022-05-12 23:18:12 +00:00
|
|
|
:showtitle:
|
|
|
|
:toc: left
|
|
|
|
:icons: font
|
|
|
|
:toclevels: 1
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
= Progenitor Changelog
|
2022-05-12 23:18:12 +00:00
|
|
|
|
|
|
|
// WARNING: This file is modified programmatically by `cargo release` as
|
|
|
|
// configured in release.toml. DO NOT change the format of the headers or the
|
|
|
|
// list of raw commits.
|
|
|
|
|
|
|
|
// cargo-release: next header goes here (do not change this line)
|
|
|
|
|
|
|
|
== Unreleased changes (release date TBD)
|
|
|
|
|
2022-09-11 00:16:50 +00:00
|
|
|
https://github.com/oxidecomputer/progenitor/compare/v0.2.0\...HEAD[Full list of commits]
|
|
|
|
|
|
|
|
== 0.2.0 (released 2022-09-11)
|
|
|
|
|
|
|
|
https://github.com/oxidecomputer/progenitor/compare/v0.1.1\...v0.2.0[Full list of commits]
|
2022-05-13 17:48:16 +00:00
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
* Add support for a builder-style generation in addition to the positional style (#86)
|
2022-07-08 01:35:36 +00:00
|
|
|
* Add support for body parameters with application/x-www-form-urlencoded media type (#109)
|
2022-08-27 15:23:02 +00:00
|
|
|
* Derive `Debug` for `Client` and builders for the various operations (#145)
|
|
|
|
* Builders for `struct` types (#171)
|
|
|
|
* Add a prelude that include the `Client` and any extension traits (#176)
|
2022-07-03 02:09:38 +00:00
|
|
|
|
2022-05-13 17:48:16 +00:00
|
|
|
== 0.1.1 (released 2022-05-13)
|
|
|
|
|
2022-05-12 23:18:12 +00:00
|
|
|
First published version
|