Skip to content

Commit

Permalink
v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 26, 2024
1 parent 441699b commit c31f695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.2

* Improvements
* Fix `mix upload` so that its invocation of `ssh` no longer overrides
`LD_LIBRARY_PATH`. (@ringlej)
* Fix/clean up some typespecs

## v0.6.1

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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(),
Expand Down

0 comments on commit c31f695

Please sign in to comment.