Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Apr 1, 2023
1 parent cdcd298 commit e60c7ba
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 111 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ task:
cxx_package: g++-5
cc: gcc-5
cxx: g++-5
rust_version: 1.64.0
rust_version: 1.66.1
- name: MSRV, GCC 12 (Ubuntu 22.04)
container:
greedy: true
Expand All @@ -135,7 +135,7 @@ task:
cxx_package: g++-12
cc: gcc-12
cxx: g++-12
rust_version: 1.64.0
rust_version: 1.66.1

- name: GCC 12, more warnings and checks (Ubuntu 22.04)
container:
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changes for Newsboat

## Unreleased - expected 2023-06-25

Lists below only mention user-visible changes, but the full list of contributors
for this release also includes: TK.

## Added

## Changed

- Bumped minimum supported Rust version to 1.66.1

## Deprecated

## Removed

## Fixed

## Security



## 2.31 - 2023-03-26

Lists below only mention user-visible changes, but the full list of contributors
Expand Down
Loading

0 comments on commit e60c7ba

Please sign in to comment.