Skip to content

Commit

Permalink
fledge: Bump version to 0.1.99.9033
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 22, 2024
1 parent f0a3cc0 commit 21d1831
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
61 changes: 61 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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
Expand Down

0 comments on commit 21d1831

Please sign in to comment.