This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Releases: coffeebeats/gdpack
Releases · coffeebeats/gdpack
v0.2.3
0.2.3 (2024-03-22)
What's Changed
- chore(deps): bump clap from 4.5.2 to 4.5.3 by @dependabot in #176
- chore(deps): bump toml from 0.8.11 to 0.8.12 by @dependabot in #177
- chore(deps): bump git2 from 0.18.2 to 0.18.3 by @dependabot in #180
- chore(deps): bump reqwest from 0.11.26 to 0.11.27 by @dependabot in #181
- chore(deps): bump toml_edit from 0.22.8 to 0.22.9 by @dependabot in #182
- chore(deps): bump tj-actions/changed-files from 42 to 43 by @dependabot in #179
- chore(deps): bump reqwest from 0.11.27 to 0.12.0 by @dependabot in #183
- fix(ci): ensure last remote ref is always used when detecting changes by @coffeebeats in #185
- fix(ci): fetch full history to enable correct change detection by @coffeebeats in #186
Full Changelog: v0.2.2...v0.2.3
v0.2.2
0.2.2 (2024-03-14)
What's Changed
- chore(deps): bump toml from 0.8.10 to 0.8.11 by @dependabot in #162
- chore(deps): bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #164
- chore(deps): bump reqwest from 0.11.25 to 0.11.26 by @dependabot in #165
- chore(deps): bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #166
- fix: correctly set default version in
install.sh
by @coffeebeats in #167 - fix(ci): correctly update
PATH
in setup action by @coffeebeats in #169 - fix(ci): correctly export environment variable in setup action by @coffeebeats in #170
- fix(ci): correctly reference home directory in action; add missing
gdpack
command by @coffeebeats in #171 - fix(ci): correctly use environment variable in cache path by @coffeebeats in #173
- chore(deps): bump rust-ini from 0.20.0 to 0.21.0 by @dependabot in #172
- fix(ci): use correct path in cache key by @coffeebeats in #174
- fix(ci): conditionally check for executable on path during setup by @coffeebeats in #175
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
0.2.0 (2024-03-10)
What's Changed
- chore(deps): bump clap from 4.5.1 to 4.5.2 by @dependabot in #148
- feat(deps): allow insecure paths for direct dependencies by @coffeebeats in #149
- refactor(manifest): move script template config under
project.script_templates
by @coffeebeats in #150 - chore(deps): bump reqwest from 0.11.24 to 0.11.25 by @dependabot in #152
- feat!: add support for included and excluded addon files by @coffeebeats in #153
- fix(install): improve handling of version mismatches by @coffeebeats in #154
- fix(ci): cache the entire cargo registry by @coffeebeats in #155
- fix(addon): correctly filter files during addon installation by @coffeebeats in #157
- feat(cmd): handle relative paths to local dependencies by @coffeebeats in #156
- fix(core): migrate to
globset
lib by @coffeebeats in #158 - feat(manifest): add support for pre- and post-install hooks by @coffeebeats in #159
Full Changelog: v0.1.4...v0.2.0
v0.1.4
0.1.4 (2024-03-06)
What's Changed
- chore(deps): bump toml_edit from 0.22.0 to 0.22.4 by @dependabot in #130
- chore(deps): bump git2 from 0.18.1 to 0.18.2 by @dependabot in #131
- chore(deps): bump clap from 4.4.18 to 4.5.0 by @dependabot in #132
- chore(deps): bump thiserror from 1.0.56 to 1.0.57 by @dependabot in #134
- chore(deps): bump toml_edit from 0.22.4 to 0.22.5 by @dependabot in #135
- chore(deps): bump toml_edit from 0.22.5 to 0.22.6 by @dependabot in #136
- chore(deps): bump clap from 4.5.0 to 4.5.1 by @dependabot in #137
- chore(deps): bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #139
- chore(deps): bump semver from 1.0.21 to 1.0.22 by @dependabot in #140
- chore(deps): bump openssl-sys from 0.9.99 to 0.9.100 by @dependabot in #138
- chore(deps): bump serde from 1.0.196 to 1.0.197 by @dependabot in #141
- chore(deps): bump openssl-sys from 0.9.100 to 0.9.101 by @dependabot in #142
- chore(deps): bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #143
- chore(deps): bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #144
- feat(ci): create a GitHub action for installing
gdpack
by @coffeebeats in #145 - chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #146
- feat(ci): add support for installing dependencies via the
gdpack
action by @coffeebeats in #147
Full Changelog: v0.1.3...v0.1.4
v0.1.3
0.1.3 (2024-02-06)
What's Changed
- chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #125
- chore(deps): bump toml from 0.8.9 to 0.8.10 by @dependabot in #128
- chore(deps): bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #127
- chore(deps): bump toml_edit from 0.21.1 to 0.22.0 by @dependabot in #129
Full Changelog: v0.1.2...v0.1.3
v0.1.2
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 overridingprod
addons within a target by @coffeebeats in #123
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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
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 runningcargo fetch
by @coffeebeats in #107 - fix(ci): eliminate redundant
cargo fetch
step by @coffeebeats in #108 - fix(ci): remove
--frozen
limitation fromcargo 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 intocore
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
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