From af599f6a27f1cf4d38a58e24622728b86eb39086 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sun, 7 May 2023 18:33:08 +0200 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 3 +++ haxelib.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e0e47..72500f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.1.1] - 2023-05-07 + ### Fixed - "Null safety: Cannot pass nullable value to not-nullable argument" with Haxe 4.3 diff --git a/haxelib.json b/haxelib.json index 68a8847..fdfb6c9 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,7 +11,7 @@ "description": "A basic SSH client library using an pre-installed SSH client (OpenSSH, Putty, or Kitty) under the hood.", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-sshclient/blob/master/CHANGELOG.md", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "haxe-concurrent":"", "haxe-files":"",