Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Removed owl dependency
  • MNDP.print_discovered/1 now takes an optional state struct

[0.1.2] - 2024-10-15

Changed

  • MNDP.CLI.run/0 now starts the whole mndp application instead of only the listener

Fixed

  • Fixed discover.exs script #7
  • Changelog PR links

[0.1.1] - 2024-10-14

Changed

  • mix tasked namespaced from mix discover to mix mndp.discover

Fixed

  • use hex package in docs #4
  • fix typo in configuration example #5
  • update spec to allow :hostname for the identity field #6

[0.1.0] - 2024-10-13

Added

  • Initial Version