Skip to content

Commit 5035da6

Browse files
committed
Update CHANGELOG and README in preparation for 3.0.0 release
1 parent 02ceeb5 commit 5035da6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.0 (December TBD, 2025)
1+
## 3.0.0 (December 7, 2025)
22

33
### Summary
44

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ applications. It provides a simple API which is an extension of Python's built-i
2525
of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary
2626
when using cmd.
2727

28-
> :warning: **cmd2 is now "feature complete" for the `2.x` branch and is actively working on the
29-
> 3.0.0 release on the `main` branch. New features will only be addressed in 3.x moving forwards. If
30-
> need be, we will still fix bugs in 2.x. A release candidate, 3.0.0rc1, is available for testing
31-
> and we would appreciate feedback.**
28+
> :warning: \*\*cmd2 3.0.0 has been released and there are some significant backwards
29+
> incompatibilities from version `2.x`. Please see the
30+
> [Migration Guide](https://cmd2.readthedocs.io/en/latest/upgrades/) for tips on upgrading from
31+
> `cmd2` 2.x to 3.x.
3232
3333
## The developers toolbox
3434

0 commit comments

Comments
 (0)