Skip to content

Commit

Permalink
v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 11, 2023
1 parent 5e03db3 commit 1c2b537
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.12.0 - 2023-12-11

* Changes
* Added `VintageNetWiFi.summarize_access_points/1` to centralize filtering and
sorting access point lists for presentation to users. (Thanks
@grace-in-wonderland)
* Change `VintageNetWiFi.quick_scan/1` to call `summarize_access_points/1`.
This should make it much easier to find SSIDs at the IEx prompt. It's
technically an API change. See the function's hexdocs for details.

## v0.11.7 - 2023-10-04

* Fixed
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 VintageNetWiFi.MixProject do
use Mix.Project

@version "0.11.7"
@version "0.12.0"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit 1c2b537

Please sign in to comment.