Skip to content

Commit

Permalink
chore: v3.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 16, 2024
1 parent 6ddd3f0 commit 11b26ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0.0-dev.1

- feat: use `covariant` in `operator==` override for improved type safety
- chore: add `macros` to `topics` in `pubspec.yaml`

# 3.0.0-dev.0

- **BREAKING** feat!: rewrite using [macros](https://dart.dev/language/macros)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ CollectionEquatable (dynamic, large)
time per unit: 0.0300 μs
```

_Last Updated: October 15, 2024 using `1316d20a576e6601687a5ecb672adee3f7723935`_
_Last Updated: October 15, 2024 using `6ddd3f08820ec80a685416603c4a6cf8715f8a53`_

_MacBook Pro (M1 Pro, 16GB RAM)_

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: equatable
description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
version: 3.0.0-dev.0
version: 3.0.0-dev.1
repository: https://github.com/felangel/equatable
issue_tracker: https://github.com/felangel/equatable/issues
homepage: https://github.com/felangel/equatable
Expand Down

0 comments on commit 11b26ba

Please sign in to comment.