Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Feb 3, 2021
1 parent 5b9b309 commit f0096da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## v0.2.1

* Sync tty_cli.erl with ssh_cli.erl in Erlang
* `:onlcr` was set so that the CRLF behavior remained the same

## v0.2.0

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule ExTTY.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.2.1"
@source_url "https://github.com/jjcarstens/extty"

def project do
Expand Down

0 comments on commit f0096da

Please sign in to comment.