Skip to content

Commit

Permalink
Update changelog for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Osvaldo Barrera committed Mar 17, 2022
1 parent 56a7798 commit 38dae99
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ Changelog
This file contains a brief summary of new features and dependency changes or
releases, in reverse chronological order.

v0.16.0
-------
v1.0.0
------

So far we've been bumping the minor version each time we introduced breaking
changes. This can result in downstream breakage for tools and setups that
expect semantic versioning.

From now on we'll be using semantic versioning and bump the major version
whenever we introduce any breaking changes. Increasing the major number does
not imply that it's a huge release with a lots of changes; it implies that
there is at least one backwards-incompatible change, or a change that requires
intervention.

In this case we've introduced a new field to the abstract Payment class, so
applications will need to create a new migration to apply it (django's
`makemigrations` should handle this perfectly).

- ``billing_phone`` field added to :class:`~.BasePayment`. A migration will be needed
since, BasePayment is abstract.
Expand Down

0 comments on commit 38dae99

Please sign in to comment.