Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Prepare to publish (#419)
Browse files Browse the repository at this point in the history
Collapse changelog back to `4.5.0` version which was never published.
  • Loading branch information
natebosch authored Jun 1, 2023
1 parent d50f76e commit 53c7459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
## 4.6.0-dev

* Add support for class modifiers.
* Add support for records (both types and record literals).

## 4.5.0

* Require Dart 2.19
* Add support for emitting type parameters for typedefs.
* Add support for class modifiers.
* Add support for records (both types and record literals).
* Add `literalSpread` and `literalNullSafeSpread` to support adding spreads to
`literalMap`.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: code_builder
version: 4.6.0-dev
version: 4.5.0
description: >-
A fluent, builder-based library for generating valid Dart code
repository: https://github.com/dart-lang/code_builder
Expand Down

0 comments on commit 53c7459

Please sign in to comment.