We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efdebf commit 43c2960Copy full SHA for 43c2960
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.1-pre
2
+
3
+- Bugfix: path error macos zsh [#4](https://github.com/TerminalStudio/pty/pull/4), thanks [@devmil](https://github.com/devmil)
4
5
## 0.2.0-pre
6
7
- Using forkpty to set up the pty connection [#2](https://github.com/TerminalStudio/pty/pull/2), thanks [@devmil](https://github.com/devmil)
pubspec.yaml
@@ -1,6 +1,6 @@
name: pty
description: Pty for Dart and Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
-version: 0.2.0-pre
+version: 0.2.1-pre
homepage: https://github.com/TerminalStudio/pty
environment:
0 commit comments