Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Releases: coffeebeats/gdpack

v0.2.3

23 Mar 19:20
886cde9
Compare
Choose a tag to compare

0.2.3 (2024-03-22)

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Mar 01:28
1762007
Compare
Choose a tag to compare

0.2.2 (2024-03-14)

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Mar 16:35
42db6e9
Compare
Choose a tag to compare

0.2.1 (2024-03-10)

What's Changed

  • fix(ci): increase timeout for building releases to 15 minutes by @coffeebeats in #160

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Mar 07:19
554a22b
Compare
Choose a tag to compare

0.2.0 (2024-03-10)

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

06 Mar 05:01
b8d7a71
Compare
Choose a tag to compare

0.1.4 (2024-03-06)

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

06 Feb 01:12
90c4e91
Compare
Choose a tag to compare

0.1.3 (2024-02-06)

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Feb 05:46
a6eaca1
Compare
Choose a tag to compare

0.1.2 (2024-02-05)

What's Changed

  • chore(deps): bump reqwest from 0.11.23 to 0.11.24 by @dependabot in #120
  • chore(deps): bump toml_edit from 0.21.0 to 0.21.1 by @dependabot in #122
  • chore(deps): bump toml from 0.8.8 to 0.8.9 by @dependabot in #121
  • feat: add support for dev addons overriding prod addons within a target by @coffeebeats in #123

Full Changelog: v0.1.1...v0.1.2

v0.1.1

27 Jan 01:22
0128318
Compare
Choose a tag to compare

0.1.1 (2024-01-27)

What's Changed

  • chore(deps): bump openssl-sys from 0.9.98 to 0.9.99 by @dependabot in #116
  • chore(deps): bump tj-actions/changed-files from 41 to 42 by @dependabot in #115
  • feat(config): add support for declaring included and exported script templates by @coffeebeats in #114
  • chore(deps): bump serde from 1.0.195 to 1.0.196 by @dependabot in #118
  • feat: implement script template installation by @coffeebeats in #119

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Jan 06:07
dc6371d
Compare
Choose a tag to compare

0.1.0 (2024-01-22)

What's Changed

  • chore(ci): specify manifest path to cargo fetch and vendor commands by @coffeebeats in #105
  • fix(ci): update crates.io registry prior to running cargo fetch by @coffeebeats in #107
  • fix(ci): eliminate redundant cargo fetch step by @coffeebeats in #108
  • fix(ci): remove --frozen limitation from cargo vendor step by @coffeebeats in #109
  • chore(deps): bump clap from 4.4.16 to 4.4.18 by @dependabot in #103
  • chore(deps): bump typed-builder from 0.18.0 to 0.18.1 by @dependabot in #104
  • chore(deps): bump h2 from 0.3.22 to 0.3.24 by @dependabot in #110
  • feat(cmd/install): implement install command without transitive dependencies by @coffeebeats in #111
  • chore(core): refactor addon module into core by @coffeebeats in #112
  • feat(core)!: create an Install implementation which supports transitive dependencies by @coffeebeats in #113

Full Changelog: v0.0.17...v0.1.0

v0.0.17

15 Jan 01:28
77542a5
Compare
Choose a tag to compare

0.0.17 (2024-01-15)

What's Changed

  • fix(ci): ensure bash is used when building for Windows by @coffeebeats in #100

Full Changelog: v0.0.16...v0.0.17