Skip to content

Releases: ggwpez/zepter

v1.5.1

19 Jul 11:10
v1.5.1
5b3ff58
Compare
Choose a tag to compare

What's Changed

  • Warn on unexpected libstd dependence by @ggwpez in #95
  • More precise nostd lint by @ggwpez in #96
  • Bump anyhow from 1.0.81 to 1.0.82 in the known_good_semver group by @dependabot in #97
  • Bump the known_good_semver group with 3 updates by @dependabot in #98
  • Bump the known_good_semver group with 2 updates by @dependabot in #99
  • Bump the known_good_semver group across 1 directory with 5 updates by @dependabot in #101
  • Fix transpose deps by @ggwpez in #102
  • Integration test transpose by @ggwpez in #103
  • Bump serde from 1.0.202 to 1.0.203 in the known_good_semver group by @dependabot in #104
  • Bump rstest from 0.19.0 to 0.21.0 in the known_good_semver group by @dependabot in #105
  • Pull path dependencies up to the workspace by @ggwpez in #106
  • Bump the known_good_semver group with 4 updates by @dependabot in #107
  • Extend transpose deps command by @ggwpez in #108
  • Update deps by @ggwpez in #109
  • Bump lazy_static from 1.4.0 to 1.5.0 in the known_good_semver group by @dependabot in #111
  • Bump the known_good_semver group with 3 updates by @dependabot in #112
  • Bump the known_good_semver group across 1 directory with 4 updates by @dependabot in #114
  • Bump to 1.5.1 by @ggwpez in #110

Full Changelog: v1.4.0...v1.5.1

v1.4.0

09 Apr 18:29
v1.4.0
c45dc78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

01 Apr 13:15
v1.3.1
dbcce3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.3.1

v1.0.1

22 Jan 20:32
v1.0.1
0becd79
Compare
Choose a tag to compare

Routine maintenance update. No SemVer changes.

v1.0.0

02 Jan 12:56
v1.0.0
22e3b53
Compare
Choose a tag to compare

First stable release. Only dependency updates since the last release.

v0.14.0

12 Nov 11:16
v0.14.0
85d8fbd
Compare
Choose a tag to compare

[0.14.0] - 2023-11-07

Added

  • Global flag --fix-hint={on,off} to hide the hint of how to fix something.

Fixed

  • Typos in the fix-hint output.

Changed

  • Workflows do not show the fix-hint anymore since they can provide their own.