Skip to content

Commit

Permalink
chore: v2.0.7 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Nov 21, 2024
1 parent 2966a36 commit 834d167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.7

- revert: `equals` in `equatable_utils` ([#190](https://github.com/felangel/equatable/issues/190))
- fix: explicitly handle num equality comparisons ([#189](https://github.com/felangel/equatable/issues/189))

# 2.0.6

- perf: improve equality comparison performance ([#173](https://github.com/felangel/equatable/issues/173))
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: 2.0.6
version: 2.0.7
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 834d167

Please sign in to comment.