From 21d18311981ff0d7a5c4a41d5d24ebfe2d4e6f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 22 Nov 2024 20:58:33 +0100 Subject: [PATCH] fledge: Bump version to 0.1.99.9033 --- DESCRIPTION | 4 ++-- NEWS.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c9c61fb8..9cea178f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: fledge Title: Smoother Change Tracking and Versioning for R Packages -Version: 0.1.99.9032 -Date: 2024-11-11 +Version: 0.1.99.9033 +Date: 2024-11-22 Authors@R: c(person(given = "Kirill", family = "M\u00fcller", diff --git a/NEWS.md b/NEWS.md index 084a6d41..060cb1cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,66 @@ +# fledge 0.1.99.9033 (2024-11-22) + +## Bug fixes + +- CRAN PRs are no longer created as draft (#810). + +- `fledge:::release_after_cran_built_binaries()` no longer throws an error if no release exists. + +## Features + +- `finalize_version()` unconditionally overwrites existing tags (#819). + +- Pre-releases get a different PR title (#818). + +- PR must open from the main window (#816). + +- `plan_release()` calls `bump_version()` (#814). + +- Detect contributors for squashed commits (#813). + +- Mention `bump_version(check_default_branch = FALSE)` in error message (#812). + +- New `plan_release()`, replaces `init_release()` and `pre_release()` (#803). + +- Support `which = "pre-patch"` for `bump_version()` and `update_version()` (#802). + +- `bump_version()` does not bump if no newsworthy messages are found (#801). + +- Messages that start with `"fledge: "` are no longer considered newsworthy (#800). + +- Include only relevant info in `cran-comments.md` (#799). + +- Support pre-patch version, new versioning scheme starting at 9900 (#794). + +## Chore + +- Bump commit messages get a fledge prefix. + +- Add fledge prefix to CRAN PR (#809). + +## Continuous integration + +- Remove Aviator (#815). + +- Correctly detect branch protection (#811). + +- Sync fledge workflow. + +## Refactoring + +- `is_dev_version()` and related (#805). + +## Testing + +- Reduce use of `shut_up_fledge()` (#796). + +- Speed up tests by replacing `gert::git_add()` with a system call (#793). + +- Split slow test. + + # fledge 0.1.99.9032 (2024-11-11) ## Continuous integration