Skip to content

Commit 8ab9331

Browse files
chore(release): 1.22.0 [skip ci]
## [1.22.0](v1.21.0...v1.22.0) (2025-03-05) ### Features * Update scaf to use copier and multiple templates (closes [#332](#332), [#441](#441), [#443](#443), [#444](#444), [#445](#445)) ([ff3645a](ff3645a)) ### Bug Fixes * Add VIRTUAL_ENV env variable for uv to work after latest upgrade… (fixes [#461](#461)) ([c0f2c9a](c0f2c9a)) * fullstack template url ([c136fdb](c136fdb))
1 parent c136fdb commit 8ab9331

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.22.0](https://github.com/sixfeetup/scaf/compare/v1.21.0...v1.22.0) (2025-03-05)
4+
5+
### Features
6+
7+
* Update scaf to use copier and multiple templates (closes [#332](https://github.com/sixfeetup/scaf/issues/332), [#441](https://github.com/sixfeetup/scaf/issues/441), [#443](https://github.com/sixfeetup/scaf/issues/443), [#444](https://github.com/sixfeetup/scaf/issues/444), [#445](https://github.com/sixfeetup/scaf/issues/445)) ([ff3645a](https://github.com/sixfeetup/scaf/commit/ff3645a53b943c847130c4a49afbf7615b0b6a8c))
8+
9+
### Bug Fixes
10+
11+
* Add VIRTUAL_ENV env variable for uv to work after latest upgrade… (fixes [#461](https://github.com/sixfeetup/scaf/issues/461)) ([c0f2c9a](https://github.com/sixfeetup/scaf/commit/c0f2c9aae8bc3f50898e57f613efc18c50b41452))
12+
* fullstack template url ([c136fdb](https://github.com/sixfeetup/scaf/commit/c136fdb6f61813bceb1b4787968d4411afbbe946))
13+
314
## [1.21.0](https://github.com/sixfeetup/scaf/compare/v1.20.0...v1.21.0) (2024-12-27)
415

516
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scaf",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"devDependencies": {
55
"@semantic-release/changelog": "^6.0.3",
66
"@semantic-release/git": "^10.0.1",

0 commit comments

Comments
 (0)