Skip to content

Commit

Permalink
Bump version number, edit CHANGELOG for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Dec 10, 2020
1 parent c53d98e commit ca9dc43
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Unreleased
# 2020/12/10: 0.8.0

Thanks to @trevarj and @shumvgolove for contributing to this release.

## New features

- It's now possible to build tiny with stable Rust 1.47.0 or newer. Previously
tiny required nightly toolchain. (#241)
- Channels with join/leave events are now highlighted with a yellow-ish color.
Default color can be overridden in the config file. (#262)

## Bug fixes and other improvements

- It's now possible to build tiny with stable Rust 1.48 or newer. Previously
tiny required nightly toolchain. (#241)
- Fixed a TUI bug when `scrollback` is set. (#265)
- In builds without desktop notification support, `/notify` commands now print a
helpful message on how to enable it. Previously `/notify` would behave as if
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tiny works on Linux and OSX. Windows users can run it under Windows Subsystem
for Linux.

For pre-built binaries see [releases]. To build from source make sure you have
Rust 1.47.0 or newer. By default tiny uses [rustls] for TLS support, and desktop
Rust 1.48 or newer. By default tiny uses [rustls] for TLS support, and desktop
notifications are disabled.

[releases]: https://github.com/osa1/tiny/releases
Expand Down
2 changes: 1 addition & 1 deletion tiny/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiny"
version = "0.7.0"
version = "0.8.0"
authors = ["Ömer Sinan Ağacan <omeragacan@gmail.com>"]
repository = "https://github.com/osa1/tiny"
readme = "README.md"
Expand Down

0 comments on commit ca9dc43

Please sign in to comment.