summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-11-06 15:30:21 +0000
committerGitHub <noreply@github.com>2022-11-06 15:30:21 +0000
commitf38ef12581d9a88af8347808466d86f79d879241 (patch)
treecdf40e431cb2182bb12822f2cc3f24782969c8be
parent28021566e8b24ca30086cf65a497b29981feacf3 (diff)
Release v12 (#599)v12.0.0
* Release v12 * Add new contributors
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml8
-rw-r--r--atuin-client/Cargo.toml4
-rw-r--r--atuin-common/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml4
-rw-r--r--src/command/contributors.rs89
6 files changed, 63 insertions, 52 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 636a0ba8..ec4642a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -79,7 +79,7 @@ dependencies = [
[[package]]
name = "atuin"
-version = "11.0.0"
+version = "12.0.0"
dependencies = [
"async-trait",
"atuin-client",
@@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "atuin-client"
-version = "11.0.0"
+version = "12.0.0"
dependencies = [
"async-trait",
"atuin-common",
@@ -150,7 +150,7 @@ dependencies = [
[[package]]
name = "atuin-common"
-version = "11.0.0"
+version = "12.0.0"
dependencies = [
"chrono",
"serde",
@@ -159,7 +159,7 @@ dependencies = [
[[package]]
name = "atuin-server"
-version = "11.0.0"
+version = "12.0.0"
dependencies = [
"async-trait",
"atuin-common",
diff --git a/Cargo.toml b/Cargo.toml
index ddeff7c5..d93e9e98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "11.0.0"
+version = "12.0.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2021"
rust-version = "1.59"
@@ -44,9 +44,9 @@ sync = ["atuin-client/sync"]
server = ["atuin-server", "tracing-subscriber"]
[dependencies]
-atuin-server = { path = "atuin-server", version = "11.0.0", optional = true }
-atuin-client = { path = "atuin-client", version = "11.0.0", optional = true, default-features = false }
-atuin-common = { path = "atuin-common", version = "11.0.0" }
+atuin-server = { path = "atuin-server", version = "12.0.0", optional = true }
+atuin-client = { path = "atuin-client", version = "12.0.0", optional = true, default-features = false }
+atuin-common = { path = "atuin-common", version = "12.0.0" }
log = "0.4"
pretty_env_logger = "0.4"
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 44ebc48e..70a25ed3 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-client"
-version = "11.0.0"
+version = "12.0.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -23,7 +23,7 @@ sync = [
]
[dependencies]
-atuin-common = { path = "../atuin-common", version = "11.0.0" }
+atuin-common = { path = "../atuin-common", version = "12.0.0" }
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml
index a6b06c09..944d7fc6 100644
--- a/atuin-common/Cargo.toml
+++ b/atuin-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-common"
-version = "11.0.0"
+version = "12.0.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index c8f93409..9d29cee9 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-server"
-version = "11.0.0"
+version = "12.0.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -9,7 +9,7 @@ homepage = "https://atuin.sh"
repository = "https://github.com/ellie/atuin"
[dependencies]
-atuin-common = { path = "../atuin-common", version = "11.0.0" }
+atuin-common = { path = "../atuin-common", version = "12.0.0" }
tracing = "0.1"
chrono = { version = "0.4", features = ["serde"] }
diff --git a/src/command/contributors.rs b/src/command/contributors.rs
index 03e317dd..774136c5 100644
--- a/src/command/contributors.rs
+++ b/src/command/contributors.rs
@@ -1,53 +1,64 @@
const CONTRIBUTORS: &str = r#"
-Ellie Huxtable (@ellie)
+avinassh (@avinassh)
+b3nj5m1n (@b3nj5m1n)
+bl-ue (@bl-ue)
+Benjamin Vergnaud (@bvergnaud)
+Brad Robel-Forrest (@bradrf)
+Bruce Huang (@helbing)
+c-14 (@c-14)
ConradLudate (@conradludgate)
-Orhun Parmaksız (@orhun)
-Jamie Quigley (@Sciencentistguy)
-Yuvi Panda (@yuvipanda)
-Jakub Jirutka (@jirutka)
+CosmicHorror (@LovecraftianHorror)
+Daniel (@daniel0611)
+DanielAtCosmicDNA (@DanielAtCosmicDNA)
+Ellie Huxtable (@ellie)
+Eric Crosson (@EricCrosson)
Frank Hamand (@frankh)
-Jannik (@mozzieongit)
-Sandro (@SuperSandro2000)
-bl-ue (@bl-ue)
+Herby Gillot (@herbygillot)
Ian Smith (@ismith)
-Michael Bianco (@iloveitaly)
-Mat Jones (@mrjones2014)
-Mark Wotton (@mwotton)
+Ilkin Bayramli (@ibayramli)
Jakob Schrettenbrunner (@schrej)
+Jakub Jirutka (@jirutka)
Jakub Panek (@panekj)
-ZhiHong Li (@OnePieceJoker)
-Satyarth Sampath (@notsatyarth)
-Noyzen (@noyez)
+Jamie Quigley (@Sciencentistguy)
+Jannik (@mozzieongit)
+jean-santos (@jean-santos)
Jerome Ducret (@DucretJe)
-c-14 (@c-14)
-avinassh (@avinassh)
-Will Fancher (@ElvishJerricco)
-Omer Katz (@thedrow)
-Manel Vilar (@manelvf)
-Simon Elsbrock (@elsbrock)
-Patrick Jackson (@patricksjackson)
-Lucas Burns (@lmburns)
-Patrick (@pmarschik)
-Herby Gillot (@herbygillot)
-Brad Robel-Forrest (@bradrf)
+Klas Mellbourn (@Mellbourn)
+Laurent le Beau-Martin (@laurentlbm)
lchausmann (@lchausmann)
-mundry (@mundry)
-jean-santos (@jean-santos)
-networkException (@networkException)
-mb6ockatf (@mb6ockatf)
+Lucas Burns (@lmburns)
+Lucy (@Absolucy)
Luke Baker (@lukebaker)
-Daniel (@daniel0611)
-Ubiquitous Photon (@UbiquitousPhoton)
-Sam Lanning (@s0)
-b3nj5m1n (@b3nj5m1n)
-Sam Edwards (@dotsam)
-Ilkin Bayramli (@ibayramli)
-Klas Mellbourn (@Mellbourn)
-morguldir (@morguldir)
+Manel Vilar (@manelvf)
+Mark Wotton (@mwotton)
Martin Indra (@Indy2222)
+Mat Jones (@mrjones2014)
+mb6ockatf (@mb6ockatf)
+Michael Bianco (@iloveitaly)
Michael Mior (@michaelmior)
-CosmicHorror (@LovecraftianHorror)
-Laurent le Beau-Martin (@laurentlbm)"#;
+morguldir (@morguldir)
+mundry (@mundry)
+networkException (@networkException)
+Noyzen (@noyez)
+Omer Katz (@thedrow)
+Orhun Parmaksız (@orhun)
+Patrick (@pmarschik)
+Patrick Jackson (@patricksjackson)
+Plamen Dimitrov (@pevogam)
+Sam Edwards (@dotsam)
+Sam Lanning (@s0)
+Sandro (@SuperSandro2000)
+Satyarth Sampath (@notsatyarth)
+Simon Elsbrock (@elsbrock)
+TymanWasTaken (@TymanWasTaken)
+Ubiquitous Photon (@UbiquitousPhoton)
+Violet (@shreve)
+Will Fancher (@ElvishJerricco)
+wpbrz (@wpbrz)
+xfzv (@xfzv)
+Yuvi Panda (@yuvipanda)
+ZhiHong Li (@OnePieceJoker)
+"#;
pub fn run() {
println!("{}", CONTRIBUTORS);