Skip to content

Commit

Permalink
Merge 322cbb5 into 856fc7c
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Sep 26, 2023
2 parents 856fc7c + 322cbb5 commit 4ab0434
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 71 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.68.2
rust_version: 1.70.0
- name: MSRV, GCC 13 (Ubuntu 23.04)
container:
greedy: true
Expand All @@ -135,7 +135,7 @@ task:
cxx_package: g++-13
cc: gcc-13
cxx: g++-13
rust_version: 1.68.2
rust_version: 1.70.0

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

## Unreleased - expected 2023-12-24

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.70.0

## Deprecated
## Removed
## Fixed
## Security



## 2.33 - 2023-09-24

## Added
Expand Down

0 comments on commit 4ab0434

Please sign in to comment.