-
Notifications
You must be signed in to change notification settings - Fork 160
Comparing changes
Open a pull request
base repository: bitflags/bitflags
base: 2.5.0
head repository: bitflags/bitflags
compare: 2.6.0
- 20 commits
- 13 files changed
- 6 contributors
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc5b23f - Browse repository at this point
Copy the full SHA dc5b23fView commit details
Commits on Mar 20, 2024
-
Sync CHANGELOG.md with github release notes
Created by pulling all the release notes from Github as below, then manually checking for missing info in CHANGELOG.md. for TAG in $(git tag -l); do curl -L "https://api.github.com/repos/bitflags/bitflags/releases/tags/$TAG" \ | jq -r '.body' \ > release-notes/$TAG; doneConfiguration menu - View commit details
-
Copy full SHA for 49fd8af - Browse repository at this point
Copy the full SHA 49fd8afView commit details -
Merge pull request #402 from dextero/sync-changelog-with-release-notes
Sync CHANGELOG.md with github release notes
Configuration menu - View commit details
-
Copy full SHA for 9c92890 - Browse repository at this point
Copy the full SHA 9c92890View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b2612 - Browse repository at this point
Copy the full SHA a1b2612View commit details
Commits on Mar 21, 2024
-
Merge pull request #403 from KodrAus/chore/fix-msgs
Update error messages and zerocopy
Configuration menu - View commit details
-
Copy full SHA for aa84edf - Browse repository at this point
Copy the full SHA aa84edfView commit details -
Add check-minimal action to GH workflows
Runs cargo check on nightly requesting a build with minimum versions of dependencies declared as supported.
Configuration menu - View commit details
-
Copy full SHA for 33a1f68 - Browse repository at this point
Copy the full SHA 33a1f68View commit details -
Bump required dependency versions
To minimal versions required to build most features (all other than core and rustc-dep-of-std) with --all-targets. Minimal required versions discovered by manual binsearch between minimum compatible version declared currently and the newest one available, and rerunning cargo check --all \ --features serde,arbitrary,bytemuck,std,example_generated \ --all-targets -Z minimal-versions to verify if it builds.Configuration menu - View commit details
-
Copy full SHA for 4b535a7 - Browse repository at this point
Copy the full SHA 4b535a7View commit details
Commits on Mar 24, 2024
-
Merge pull request #404 from dextero/minimum-versions
Bump minimum declared versions of dependencies
Configuration menu - View commit details
-
Copy full SHA for 393be7b - Browse repository at this point
Copy the full SHA 393be7bView commit details
Commits on Mar 31, 2024
-
chore(deps): bump serde_derive and bytemuck versions
This ensures that this version can be built with the specified minimal versions
Configuration menu - View commit details
-
Copy full SHA for 86593d0 - Browse repository at this point
Copy the full SHA 86593d0View commit details
Commits on May 26, 2024
-
Merge pull request #405 from joshka/main
chore(deps): bump serde_derive and bytemuck versions
Configuration menu - View commit details
-
Copy full SHA for 151851a - Browse repository at this point
Copy the full SHA 151851aView commit details
Commits on Jun 16, 2024
-
Merge pull request #396 from bitflags/ci/scorecard
add OSFF Scorecard workflow
Configuration menu - View commit details
-
Copy full SHA for 4020868 - Browse repository at this point
Copy the full SHA 4020868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650025d - Browse repository at this point
Copy the full SHA 650025dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a8247 - Browse repository at this point
Copy the full SHA 70a8247View commit details -
Merge pull request #408 from KodrAus/chore/ci-fix
Update stderr messages
Configuration menu - View commit details
-
Copy full SHA for 9f633fe - Browse repository at this point
Copy the full SHA 9f633feView commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 980c588 - Browse repository at this point
Copy the full SHA 980c588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4b93c - Browse repository at this point
Copy the full SHA 9c4b93cView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc8f03a - Browse repository at this point
Copy the full SHA dc8f03aView commit details -
Merge pull request #411 from KodrAus/fix/impl-mode-attributes
Allow specifying outer attributes in impl mode
Configuration menu - View commit details
-
Copy full SHA for e1ac235 - Browse repository at this point
Copy the full SHA e1ac235View commit details -
Configuration menu - View commit details
-
Copy full SHA for a187b29 - Browse repository at this point
Copy the full SHA a187b29View commit details -
Merge pull request #412 from KodrAus/cargo/2.6.0
Prepare for 2.6.0 release
Configuration menu - View commit details
-
Copy full SHA for 1351369 - Browse repository at this point
Copy the full SHA 1351369View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.5.0...2.6.0