Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/binaries.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
win64zip: "win64.zip"
win64exe: "win64-setup.exe"
macdmg: "-osx.dmg"
macdmg: "-osx-signed.dmg"
mactar: "osx64.tar.gz"
lin64: "x86_64-linux-gnu.tar.gz"
riscv64: "riscv64-linux-gnu"
30 changes: 30 additions & 0 deletions _posts/en/posts/2021-09-13-release-22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Bitcoin Core 22.0 released
name: blog-release-22.0
id: en-blog-release-0.22.0
lang: en
type: posts
layout: post

## If this is a new post, reset this counter to 1.
version: 1

## Only true if release announcement or security annoucement. English posts only
announcement: 1

excerpt: >
Bitcoin Core 22.0 is now available.
---
Bitcoin Core version 22.0 is now available for [download][download
page]. See the [release notes][] for more information about the many
new features and bug fixes in this release.

If have any questions, please stop by the #bitcoin IRC chatroom
([IRC][irc], [web][web irc]) and we’ll do our best to help you.

[release notes]: /en/releases/22.0/
[IRC]: irc://irc.freenode.net/bitcoin
[web irc]: https://webchat.freenode.net/#bitcoin
[download page]: /en/download

{% include references.md %}
8 changes: 5 additions & 3 deletions _releases/22.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ excerpt: Bitcoin Core version 22.0 is now available
date: 2021-09-13

## Use a YAML array for the version number to allow other parts of the
## site to correctly sort in "natural sort of version numbers"
release: [22, 0, 0]
## site to correctly sort in "natural sort of version numbers".
## Use the same number of elements as decimal places, e.g. "0.1.2 => [0,
## 1, 2]" versus "1.2 => [1, 2]"
release: [22, 0]

## Optional magnet link. To get it, open the torrent in a good BitTorrent client
## and View Details, or install the transmission-cli Debian/Ubuntu package
Expand Down Expand Up @@ -154,7 +156,7 @@ Build System
------------

- Release binaries are now produced using the new `guix`-based build system.
The [/doc/release-process.md](/doc/release-process.md) document has been updated accordingly.
The [/doc/release-process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md) document has been updated accordingly.

Files
-----
Expand Down