We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441699b commit c31f695Copy full SHA for c31f695
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.6.2
4
+
5
+* Improvements
6
+ * Fix `mix upload` so that its invocation of `ssh` no longer overrides
7
+ `LD_LIBRARY_PATH`. (@ringlej)
8
+ * Fix/clean up some typespecs
9
10
## v0.6.1
11
12
* Improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule SSHSubsystemFwup.MixProject do
use Mix.Project
- @version "0.6.1"
+ @version "0.6.2"
@source_url "https://github.com/nerves-project/ssh_subsystem_fwup"
with {:ok, path} <- File.cwd(),
0 commit comments