Skip to content

Releases: PFCCLab/google-yamlfmt

v0.21.0

09 Jan 18:09
2737622

Choose a tag to compare

v0.20.0

13 Dec 18:21
d88858b

Choose a tag to compare

Full Changelog: v0.19.0...v0.20.0

v0.19.0

13 Dec 18:21
fc693f6

Choose a tag to compare

Full Changelog: v0.18.1...v0.19.0

v0.18.1

13 Dec 18:21
287fd82

Choose a tag to compare

Full Changelog: v0.18.0...v0.18.1

v0.18.0

13 Dec 18:20
85df957

Choose a tag to compare

What's Changed

  • 🐛 fix: GLIBC version too low and linux default platform by @gouzil in #21
  • 📝 docs: refine README content by copilot by @SigureMo in #23
  • ⬆️ deps: bump ruff to v0.13.0 and remove UP038 from config by @SigureMo in #24

Full Changelog: v0.17.2...v0.18.0

v0.17.2

05 Jul 15:11
aeef22b

Choose a tag to compare

Full Changelog: v0.17.1...v0.17.2

v0.17.1

05 Jul 14:56
b2071e7

Choose a tag to compare

🔖 release: v0.17.1

v0.17.0

05 Jul 14:56
a2f5745

Choose a tag to compare

What's Changed

  • 🗑️ feat!: drop python 3.8 support by @SigureMo in #16
  • ♻️ refactor: use build replace download and add musllinux_1_2_i686musllinux_1_2_armv7l by @gouzil in #17
  • 🔖 release: 0.17.0-alpha.1 by @gouzil in #18
  • 🔖 release: 0.17.0 by @gouzil in #19

New Contributors

Full Changelog: v0.16.0-post.1...v0.17.0

yamlfmt release note: https://github.com/google/yamlfmt/releases/tag/v0.17.0

v0.17.0-alpha.1

05 Jul 14:55
8164a54

Choose a tag to compare

v0.17.0-alpha.1 Pre-release
Pre-release

What's Changed

  • 📝 doc: add readme by @gouzil in #1
  • 🎨 CodeStyle: add pre-commit by @gouzil in #2
  • 📝: add LICENSE by @gouzil in #3
  • 📝 doc: update project url and license by @gouzil in #4
  • 👷 ci: add fmt and lint by @gouzil in #5
  • 👷 ci: add release by @gouzil in #6
  • 👷 ci: fix artifact name repeat by @gouzil in #7
  • 🍻 fix: add amd64 in arch by @gouzil in #8
  • 🍻 fix: remove amd64 in arch by @gouzil in #9
  • 👷 ci: fix build env by @gouzil in #10
  • 🐛 fix: windows bin error by @gouzil in #11
  • 🐛 fix: remove i386 by @gouzil in #12
  • 🚀 add alpha version by @gouzil in #13
  • ♻️ refactor: hard written target_arch、target_os_info by @gouzil in #14
  • ♻️ refactor: release upload by @gouzil in #15
  • 🗑️ feat!: drop python 3.8 support by @SigureMo in #16
  • ♻️ refactor: use build replace download and add musllinux_1_2_i686musllinux_1_2_armv7l by @gouzil in #17
  • 🔖 release: 0.17.0-alpha.1 by @gouzil in #18

New Contributors

Full Changelog: https://github.com/PFCCLab/google-yamlfmt/commits/v0.17.0-alpha.1

v0.16.0-post.1

05 Jul 14:57

Choose a tag to compare

What's Changed

  • 🚸 requires-python: >=3.9 -> >=3.8