Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Nov 6, 2022
1 parent 11ad445 commit 4157ab7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## [Unreleased](https://github.com/wilfredinni/dinero/compare/0.1.4...master)
## [Unreleased](https://github.com/wilfredinni/dinero/compare/0.1.5...master)

- It is no longer possible to compare a `Dinero` instance to objects of other types.
- Multiplication and division can be performed only with `int`, `float` and `Decimal` types.
## [0.1.5](https://github.com/wilfredinni/dinero/releases/tag/0.1.5) (2022-11-03)

- It is no longer possible to compare a `Dinero` instance to objects of other types ([796b9e2](https://github.com/wilfredinni/dinero/commit/796b9e2e1f344f20be14edffc9a0579192d9a93b)).
- Multiplication and division can be performed only with `int`, `float` and `Decimal` types ([326ad3a](https://github.com/wilfredinni/dinero/commit/326ad3a007c625e22fba2b265c093ee13f8a90d2)).
- Added GitHub community files: SECURITY, CHANGELOG and CONTRIBUTING.
- Added coverage and code quality checks.

Expand Down

0 comments on commit 4157ab7

Please sign in to comment.