mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 01:34:13 +01:00
chore(release): prepare for release v17.1.0 (#1432)
This commit is contained in:
parent
3db71f2c1c
commit
da2e58fbb1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [unreleased]
|
## [17.1.0] - 2023-12-10
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Run dependabot weekly, not daily ([#1423](https://github.com/atuinsh/atuin/issues/1423))
|
- Run dependabot weekly, not daily ([#1423](https://github.com/atuinsh/atuin/issues/1423))
|
||||||
- Don't group deps ([#1424](https://github.com/atuinsh/atuin/issues/1424))
|
- Don't group deps ([#1424](https://github.com/atuinsh/atuin/issues/1424))
|
||||||
- Add contributor image to README ([#1430](https://github.com/atuinsh/atuin/issues/1430))
|
- Add contributor image to README ([#1430](https://github.com/atuinsh/atuin/issues/1430))
|
||||||
|
- Setup git cliff ([#1431](https://github.com/atuinsh/atuin/issues/1431))
|
||||||
|
|
||||||
## [17.0.1] - 2023-10-28
|
## [17.0.1] - 2023-10-28
|
||||||
|
|
||||||
|
@ -20,8 +20,10 @@ CosmicHorror <LovecraftianHorror@pm.me>
|
|||||||
cyqsimon <28627918+cyqsimon@users.noreply.github.com>
|
cyqsimon <28627918+cyqsimon@users.noreply.github.com>
|
||||||
Daniel <daniel.hub@outlook.de>
|
Daniel <daniel.hub@outlook.de>
|
||||||
Daniel Carosone <daniel.carosone@gmail.com>
|
Daniel Carosone <daniel.carosone@gmail.com>
|
||||||
|
Dennis Trautwein <dennis.trautwein@posteo.de>
|
||||||
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
Dieter Eickstaedt <eickstaedt@deicon.de>
|
Dieter Eickstaedt <eickstaedt@deicon.de>
|
||||||
|
Dom Rodriguez <shymega@users.noreply.github.com>
|
||||||
DS/Charlie <82801887+ds-cbo@users.noreply.github.com>
|
DS/Charlie <82801887+ds-cbo@users.noreply.github.com>
|
||||||
Ed Ive <ed.ivve@gmail.com>
|
Ed Ive <ed.ivve@gmail.com>
|
||||||
Edward Loveall <edward@edwardloveall.com>
|
Edward Loveall <edward@edwardloveall.com>
|
||||||
@ -33,6 +35,7 @@ Erwin Kroon <123574+ekroon@users.noreply.github.com>
|
|||||||
Ethan Brierley <ethanboxx@gmail.com>
|
Ethan Brierley <ethanboxx@gmail.com>
|
||||||
Evan McBeth <64177332+AtomicRobotMan0101@users.noreply.github.com>
|
Evan McBeth <64177332+AtomicRobotMan0101@users.noreply.github.com>
|
||||||
Evan Purkhiser <evanpurkhiser@gmail.com>
|
Evan Purkhiser <evanpurkhiser@gmail.com>
|
||||||
|
Felix Yan <felixonmars@archlinux.org>
|
||||||
Frank Hamand <frankhamand@gmail.com>
|
Frank Hamand <frankhamand@gmail.com>
|
||||||
frukto <fruktopus@gmail.com>
|
frukto <fruktopus@gmail.com>
|
||||||
Gokul <appu.yess@gmail.com>
|
Gokul <appu.yess@gmail.com>
|
||||||
@ -84,6 +87,7 @@ mb6ockatf <104227451+mb6ockatf@users.noreply.github.com>
|
|||||||
mentalisttraceur <mentalisttraceur@gmail.com>
|
mentalisttraceur <mentalisttraceur@gmail.com>
|
||||||
Michael Bianco <iloveitaly@gmail.com>
|
Michael Bianco <iloveitaly@gmail.com>
|
||||||
Michael Mior <michael.mior@gmail.com>
|
Michael Mior <michael.mior@gmail.com>
|
||||||
|
Michael Vincent <377567+Vynce@users.noreply.github.com>
|
||||||
mmx <github@m2nx.com>
|
mmx <github@m2nx.com>
|
||||||
morguldir <morguldir@protonmail.com>
|
morguldir <morguldir@protonmail.com>
|
||||||
mundry <1453314+mundry@users.noreply.github.com>
|
mundry <1453314+mundry@users.noreply.github.com>
|
||||||
@ -140,3 +144,4 @@ YummyOreo <bobgim20@gmail.com>
|
|||||||
Yuvi Panda <yuvipanda@gmail.com>
|
Yuvi Panda <yuvipanda@gmail.com>
|
||||||
ZhiHong Li <joker_lizhih@163.com>
|
ZhiHong Li <joker_lizhih@163.com>
|
||||||
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
|
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
|
||||||
|
镜面王子 <153555712@qq.com>
|
||||||
|
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -153,7 +153,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin"
|
name = "atuin"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-client",
|
"atuin-client",
|
||||||
@ -194,7 +194,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-client"
|
name = "atuin-client"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-common",
|
"atuin-common",
|
||||||
@ -240,7 +240,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-common"
|
name = "atuin-common"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eyre",
|
"eyre",
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
@ -254,7 +254,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-server"
|
name = "atuin-server"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argon2",
|
"argon2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -283,7 +283,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-server-database"
|
name = "atuin-server-database"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-common",
|
"atuin-common",
|
||||||
@ -296,7 +296,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atuin-server-postgres"
|
name = "atuin-server-postgres"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atuin-common",
|
"atuin-common",
|
||||||
|
@ -10,7 +10,7 @@ members = [
|
|||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
name = "atuin"
|
name = "atuin"
|
||||||
version = "17.0.1"
|
version = "17.1.0"
|
||||||
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
||||||
rust-version = "1.67"
|
rust-version = "1.67"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -17,7 +17,7 @@ default = ["sync"]
|
|||||||
sync = ["urlencoding", "reqwest", "sha2", "hex"]
|
sync = ["urlencoding", "reqwest", "sha2", "hex"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
atuin-common = { path = "../atuin-common", version = "17.1.0" }
|
||||||
|
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
base64 = { workspace = true }
|
base64 = { workspace = true }
|
||||||
|
@ -10,7 +10,7 @@ homepage = { workspace = true }
|
|||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
atuin-common = { path = "../atuin-common", version = "17.1.0" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
time = { workspace = true }
|
time = { workspace = true }
|
||||||
|
@ -10,8 +10,8 @@ homepage = { workspace = true }
|
|||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
atuin-common = { path = "../atuin-common", version = "17.1.0" }
|
||||||
atuin-server-database = { path = "../atuin-server-database", version = "17.0.1" }
|
atuin-server-database = { path = "../atuin-server-database", version = "17.1.0" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
time = { workspace = true }
|
time = { workspace = true }
|
||||||
|
@ -11,8 +11,8 @@ homepage = { workspace = true }
|
|||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
atuin-common = { path = "../atuin-common", version = "17.1.0" }
|
||||||
atuin-server-database = { path = "../atuin-server-database", version = "17.0.1" }
|
atuin-server-database = { path = "../atuin-server-database", version = "17.1.0" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
time = { workspace = true }
|
time = { workspace = true }
|
||||||
|
@ -39,10 +39,10 @@ sync = ["atuin-client/sync"]
|
|||||||
server = ["atuin-server", "atuin-server-postgres", "tracing-subscriber"]
|
server = ["atuin-server", "atuin-server-postgres", "tracing-subscriber"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atuin-server-postgres = { path = "../atuin-server-postgres", version = "17.0.1", optional = true }
|
atuin-server-postgres = { path = "../atuin-server-postgres", version = "17.1.0", optional = true }
|
||||||
atuin-server = { path = "../atuin-server", version = "17.0.1", optional = true }
|
atuin-server = { path = "../atuin-server", version = "17.1.0", optional = true }
|
||||||
atuin-client = { path = "../atuin-client", version = "17.0.1", optional = true, default-features = false }
|
atuin-client = { path = "../atuin-client", version = "17.1.0", optional = true, default-features = false }
|
||||||
atuin-common = { path = "../atuin-common", version = "17.0.1" }
|
atuin-common = { path = "../atuin-common", version = "17.1.0" }
|
||||||
|
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user