Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparations for release 0.10.0 #775

Merged
merged 4 commits into from
Mar 10, 2024
Merged

Preparations for release 0.10.0 #775

merged 4 commits into from
Mar 10, 2024

Conversation

jannic
Copy link
Member

@jannic jannic commented Feb 22, 2024

  • Update CHANGELOG.md (should be up to date as of commit a9b91ea)
  • Set version to 0.10.0 in preparation for the release

@jannic jannic added this to the 0.10.0 milestone Feb 22, 2024
@jannic jannic marked this pull request as draft February 22, 2024 21:29
@jannic jannic changed the title Update CHANGELOG.md Preparations for release 0.10.0 Feb 22, 2024
@jannic jannic force-pushed the prepare-0.10.0 branch 3 times, most recently from 943e9a1 to 212a6ce Compare February 24, 2024 12:16
@jannic jannic marked this pull request as ready for review February 24, 2024 12:18
@jannic jannic force-pushed the prepare-0.10.0 branch 4 times, most recently from 39512ef to eeb88d7 Compare March 2, 2024 09:06
@9names
Copy link
Member

9names commented Mar 10, 2024

Here's a list of PRs not covered in the changelog yet (according to git log v0.9.1..HEAD --oneline |grep "Merge pull request"). Dumping this here in case I don't finish making my own commit adding them:

Bigger ones
#701 Full support for entering and exiting DORMANT mode - andrewh42
#727 Implement embedded-io Read + Write for UartPeripheral - Sympatron

Smaller ones
#715 Add from_installed_program with correct shift direction - jannic
#718 Add a short explanation on how to use RingOscillator as a random number source - jannic
#720 Configure i2c pins with pull-up in rustdoc example - jannic

Very small fixes that can be combined as one entry in changelog
#716 Revert "Make i2c::controller pub again"
#743 Use namespaced (dep:) features for optional dependencies
#761 Bump msrv from 1.65 to 1.75
#762 Move on-target-tests back to the work space
#763 Bump rustc nightly for cargo udeps
#767 Rename .cargo/config to .cargo/config.toml
#776 Use as_ptr() to retrieve pointer to register
#777 Fix several clippy and cargo doc warnings
#778 Fix several clippy and cargo doc warnings
#779 Fix some more nightly clippy warnings

@jannic
Copy link
Member Author

jannic commented Mar 10, 2024

@9names: To avoid wasting your time: My recent commits were only a rebase, I didn't even notice your comment from earlier today. So there's no need to check if I added the missing changelog entries.

Thanks for reviewing, I'll look through your comment now.
(Many of the "very small" fixes were left out intentionally, stuff like "fix clippy warning" isn't noteworthy in the changelog, IMHO. But we can of course add one generic "several minor changes" entry listing the pull requests for completeness.)

Thanks to 9names for comparing the changelog with the git history
@jannic
Copy link
Member Author

jannic commented Mar 10, 2024

Updated the changelog with the missing entries. I actually added that "Several cleanups and documentation updates" catch-all entry. Listing all these very small updates individually would be too much detail for my taste. But it's still good to list them at all: That way, it's much easier to check for missing entries.

@jannic jannic merged commit 413420a into rp-rs:main Mar 10, 2024
6 checks passed
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.

3 participants