Skip to content

Conversation

@jimmo
Copy link
Member

@jimmo jimmo commented Jul 21, 2023

  • For packages that were just x.y, update to x.y.0.
  • For that were x.y.z-N, update to x.y.(z+1)

From now on we'll apply semver rules:

  • MAJOR version when you make incompatible API changes
  • MINOR version when you add functionality in a backward compatible manner
  • PATCH version when you make backward compatible bug fixes

In a separate PR we should consider moving some of our 0.y.z packages to 1.0.0 in order to establish the initial "major" version.

Some more background here: https://github.com/orgs/micropython/discussions/11838#discussioncomment-6247638

@jimmo
Copy link
Member Author

jimmo commented Jul 21, 2023

Also includes some minor version bumps for packages that were updated today (aiorepl, copy, xmltok, logging).

jimmo added 5 commits July 23, 2023 11:48
For changes in ff84231.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
For changes in 66924d9.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
For changes in 0e68c7d.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
For changes in 5329ef5.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
- For packages that were just x.y, update to x.y.0.
- For that were x.y.z-n, update to x.y.(z+1)

From now on we'll apply semver rules:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
@dpgeorge
Copy link
Member

I changed the logging version bump to a minor bump, because the API changed (added support for exc_info arg).

@dpgeorge dpgeorge merged commit 8fc9eda into micropython:master Jul 23, 2023
@dpgeorge
Copy link
Member

Merged, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants