diff --git a/README.md b/README.md index 9887fb28cf..c78fb3f9fd 100644 --- a/README.md +++ b/README.md @@ -2446,6 +2446,8 @@ up someday **FIXME**. ### History +* 2019-01-04: notcurses [1.0.0 "track team, crack fiend, dying to geek"](https://github.com/dankamongmen/notcurses/releases/tag/v1.0.0) + is released, six days ahead of schedule. 147 issues closed. 702 commits. * 2019-12-18: notcurses [0.9.0 "You dig in! You dig out! You get out!"](https://github.com/dankamongmen/notcurses/releases/tag/v0.9.0), and also the first contributor besides myself (@grendello). Last major pre-GA release. diff --git a/debian/changelog b/debian/changelog index bb11de3d1c..e3566c8562 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -notcurses (1.0.0-1) UNRELEASED; urgency=medium +notcurses (1.0.0-1) unstable; urgency=medium * Let's light this candle. Upstream GA release. * Switch from ruby-ronn to pandoc dep (#245). - -- Nick Black Sat, 04 Jan 2020 00:03:16 -0500 + -- Nick Black Sat, 04 Jan 2020 08:06:42 -0500 notcurses (0.9.9-1) unstable; urgency=medium diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 184c5952eb..5e95b0839a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "0.9.9" +version = "1.0.0" authors = ["nick black "] edition = "2018" license = "Apache-2.0"