Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 9, 2020
1 parent 1be4025 commit 5a555ff
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(notcurses VERSION 1.0.1
project(notcurses VERSION 1.0.2
DESCRIPTION "UI for modern terminal emulators"
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
notcurses (1.0.2-1) unstable; urgency=medium

* New upstream version
* Update debian symbol list

-- Nick Black <[email protected]> Thu, 09 Jan 2020 05:50:04 -0500

notcurses (1.0.1-1) unstable; urgency=medium

* Add python3-all-dev build-dep (#149)
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-demo.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH notcurses-demo 1 "v1.0.1"
.TH notcurses-demo 1 "v1.0.2"
.SH NAME
notcurses-demo \- Show off some notcurses features
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-input.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH notcurses-input. 1 "v1.0.1"
.TH notcurses-input. 1 "v1.0.2"
.SH NAME
notcurses-input \- Display and decode input
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-planereel.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH notcurses-planereel 1 "v1.0.1"
.TH notcurses-planereel 1 "v1.0.2"
.SH NAME
notcurses-planereel \- Experiment with panelreels
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-view.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH notcurses-view 1 "v1.0.1"
.TH notcurses-view 1 "v1.0.2"
.SH NAME
notcurses-view \- Render multimedia to the terminal
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_cell.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_cell(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_channels.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_channels(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_init.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_init(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_input.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_input(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_lines.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_lines(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_ncplane.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_ncplane(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_ncvisual.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_ncvisual(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME
notcurses_ncvisual - notcurses multimedia
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_output.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_output(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_panelreel.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_panelreels(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_render.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_render(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stats.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stats(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stdplane.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stdplane(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stop.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stop(3)
% nick black <[email protected]>
% v1.0.1
% v1.0.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.0.1"
version = "1.0.2"
authors = ["nick black <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 5a555ff

Please sign in to comment.