Skip to content

Commit

Permalink
v0.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Feb 16, 2022
1 parent a11405e commit e254bed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.10.4] - 2022-02-16

### Fixed

* Regression for Nerves systems using `glibc v2.33` and later. This affects
toolchains with version numbers `v1.4.2` and later.

## v0.10.3

* Changes
Expand Down Expand Up @@ -124,3 +131,5 @@ configuration example that should look familiar.

Initial `vintage_net_mobile` release.

[v0.10.4]: https://github.com/nerves-networking/vintage_net_mobile/compare/v0.10.3...v0.10.4

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use this library, first add it to your project's dependency list:
```elixir
def deps do
[
{:vintage_net_mobile, "~> 0.1.2"}
{:vintage_net_mobile, "~> 0.10.4"}
]
end
```
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 VintageNetMobile.MixProject do
use Mix.Project

@version "0.10.3"
@version "0.10.4"
@source_url "https://github.com/nerves-networking/vintage_net_mobile"

def project do
Expand Down

0 comments on commit e254bed

Please sign in to comment.