Skip to content

Commit 27d8198

Browse files
committed
release: release version 0.20.0
Thanks to everyone who's contributed!
1 parent ed221d3 commit 27d8198

File tree

3 files changed

+47
-8
lines changed

3 files changed

+47
-8
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
### Breaking changes
12+
13+
### Deprecations
14+
15+
### New features
16+
17+
### Fixed bugs
18+
19+
## [0.20.0] - 2024-08-07
20+
1121
### Note to packagers
1222

1323
* `jj` now links `libgit2` statically by default. To use dynamic linking, you
@@ -124,6 +134,35 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
124134

125135
* `jj branch rename` no longer shows a warning in colocated repos.
126136

137+
### Contributors
138+
139+
Thanks to the people who made this release happen!
140+
141+
* Anton Älgmyr (@algmyr)
142+
* Austin Seipp (@thoughtpolice)
143+
* Benjamin Tan (@bnjmnt4n)
144+
* Daniel Ploch (@torquestomp)
145+
* Danny Hooper (@hooper)
146+
* Emily (@emilazy)
147+
* Essien Ita Essien (@essiene)
148+
* Fedor Sheremetyev (@sheremetyev)
149+
* Ilya Grigoriev (@ilyagr)
150+
* Jonathan Tan (@jonathantanmy)
151+
* Julien Vincent (@julienvincent)
152+
* Martin von Zweigbergk (@martinvonz)
153+
* Matt Kulukundis (@fowles)
154+
* Matt Stark (@matts1)
155+
* mlcui (@mlcui-corp)
156+
* Philip Metzger (@PhilipMetzger)
157+
* Scott Taylor (@scott2000)
158+
* Skyler Grey (@Minion3665)
159+
* Stephen Jennings (@jennings)
160+
* Tim Janik (@tim-janik)
161+
* Vincent Ging Ho Yim (@cenviity)
162+
* Vladimír Čunát (@vcunat)
163+
* Vladimir (@0xdeafbeef)
164+
* Yuya Nishihara (@yuja)
165+
127166
## [0.19.0] - 2024-07-03
128167

129168
### Breaking changes

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
members = ["cli", "lib", "lib/gen-protos", "lib/proc-macros", "lib/testutils"]
66

77
[workspace.package]
8-
version = "0.19.0"
8+
version = "0.20.0"
99
license = "Apache-2.0"
1010
rust-version = "1.76" # NOTE: remember to update CI, contributing.md, changelog.md, and flake.nix
1111
edition = "2021"
@@ -128,8 +128,8 @@ zstd = "0.12.4"
128128
# put all inter-workspace libraries, i.e. those that use 'path = ...' here in
129129
# their own (alphabetically sorted) block
130130

131-
jj-lib = { path = "lib", version = "0.19.0" }
132-
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.19.0" }
131+
jj-lib = { path = "lib", version = "0.20.0" }
132+
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.20.0" }
133133
testutils = { path = "lib/testutils" }
134134

135135
# Insta suggests compiling these packages in opt mode for faster testing.

0 commit comments

Comments
 (0)