Skip to content

Commit 1cd5592

Browse files
committed
chore: prepare v1.0.0 release
1 parent 41a9986 commit 1cd5592

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2026-02-07
11+
12+
### Removed
13+
14+
- Removed deprecated flags introduced in `0.9.0`: `-q`/`--quiet`, `-v`/`--verbose`, `--python-break-system-packages`, `--[no-]brew-casks`, `--[no-]brew-greedy`.
15+
1016
## [0.9.0] - 2026-02-07
1117

1218
### Added

updates

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -o pipefail
44

5-
UPDATES_VERSION="0.9.0"
5+
UPDATES_VERSION="1.0.0"
66

77
SCRIPT_NAME="$(basename "$0")"
88

0 commit comments

Comments
 (0)