Skip to content

Releases: cargo-generate/cargo-generate

Release 0.23.5

22 Aug 22:53
5b53d15
Compare
Choose a tag to compare

🛠️ Maintenance

  • Bump toml from 0.8.23 to 0.9.2 (#1521)
  • Fix verbatim disks in windows (#1539)

Release 0.23.4

13 Jul 23:41
08b2c5e
Compare
Choose a tag to compare

📖 Documentation

  • Fix syntax error for pre-script.rhai example (#1479)

🛠️ Maintenance

  • Bump git2 from 0.20.1 to 0.20.2 (#1485)
  • Bump toml from 0.8.20 to 0.8.22 (#1483)
  • Bump auth-git2 from 0.5.7 to 0.5.8 (#1493)
  • Bump cargo-util-schemas from 0.8.0 to 0.8.1 (#1488)
  • Bump bstr from 1.11.3 to 1.12.0 (#1476)
  • Bump clap from 4.5.39 to 4.5.40 (#1506)
  • Bump fs-err from 3.1.0 to 3.1.1 (#1505)
  • Bump toml from 0.8.22 to 0.8.23 (#1504)
  • Bump anstyle from 1.0.10 to 1.0.11 (#1503)
  • Bump assert_cmd from 2.0.16 to 2.0.17 (#1481)
  • Fix broken comparison links in CHANGELOG.md (#1518)
  • Excluded files in templated paths are now properly handled (#1515)
  • Bump cargo-util-schemas from 0.8.1 to 0.8.2 (#1509)

🤕 Fixes

  • Missing .liquid stripping in git templates (#1480)
  • Fix lints (#1497)

Release 0.23.3

06 Apr 21:34
v0.23.3
17759b0
Compare
Choose a tag to compare

🛠️ Maintenance

  • Bump cargo-util-schemas to 0.8.0 (#1469)

Release 0.23.2

05 Apr 16:21
v0.23.2
97043e1
Compare
Choose a tag to compare

🛠️ Maintenance

  • Fix Cargo.toml to reflect always use version after breaking change in cargo-util-schemas (#1459)

v0.23.1

03 Apr 20:43
v0.23.1
2eaf758
Compare
Choose a tag to compare

What's Changed

📖 Documentation

  • Fix link to examples and improve wording (#1428)

🛠️ Maintenance

  • Bump git2 from 0.20.0 to 0.20.1 (#1430)

🤕 Fixes

  • Fix array placeholders misbehave when not selecting any items (#1441)
  • Handle optional package.name field in workspace_member (#1442) (#1443)
  • Fix lints (#1446)
  • Update cargo-util-schemas to 0.7.3 and fix optional type for package name (#1447)

New Contributors

Full Changelog: v0.23.0...v0.23.1

v0.23.0

13 Mar 12:12
v0.23.0
ee0400f
Compare
Choose a tag to compare

0.23.0 2025-03-13

✨ Features

📖 Documentation

🛠️ Maintenance

New Contributors

Full Changelog: v0.22.1...v0.23.0

Release 0.22.1

27 Dec 23:12
v0.22.1
e90559c
Compare
Choose a tag to compare

✨ Features

  • Run e2e tests with git over ssh only on non PRs, for secret access reasons (#1287)
  • Identify workspace project at parent folder and add as a member (#1342)

🛠️ Maintenance

  • Bump tempfile from 3.10.1 to 3.13.0 (#1281)
  • Bump auth-git2 from 0.5.4 to 0.5.5 (#1277)
  • Bump bstr from 1.9.1 to 1.10.0 (#1262)
  • Clarify .liquid overwrite and ignore behavior (#1295)
  • Bump indexmap from 2.5.0 to 2.6.0 (#1297)
  • Update deps
  • Update rhai, fs-err, thiserror (#1351)

🤕 Fixes

  • Fix lint that wants a const fn (#1285)
  • Fix tests and copy path simplifiation (#1346)

Release 0.22.0

01 Sep 17:38
3e461c3
Compare
Choose a tag to compare

📖 Documentation

  • Update 'use_git' example (#1191)
  • Refine the docs so that the usage guide provides easier access to the ssh related docs
  • Fix links and small adjustments

🤕 Fixes

Release 0.21.3

15 Jul 18:14
068cdf5
Compare
Choose a tag to compare

✨ Features

  • Reformat help text in the style of cargo (#1223)

🛠️ Maintenance

  • Cancel in progres CI jobs when on the same run (#1227)

🤕 Fixes

Release 0.21.2

10 Jul 10:01
f0370aa
Compare
Choose a tag to compare

🛠️ Maintenance

  • Bump git2 from 0.18.3 to 0.19.0 (#1212)

🤕 Fixes

  • Actually set --depth 1 (#1211)