Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Aug 29, 2021
1 parent ca632b3 commit ec7fd21
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2021-08-22
### Added
- Initial release

[Unreleased]: https://github.com/mnishiguchi/dypa01/compare/..HEAD
[0.1.0]: https://github.com/mnishiguchi/dypa01/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DYPA01
# DYP-A01

[![Hex version](https://img.shields.io/hexpm/v/dypa01.svg 'Hex version')](https://hex.pm/packages/dypa01)
[![API docs](https://img.shields.io/hexpm/v/dypa01.svg?label=docs 'API docs')](https://hexdocs.pm/dypa01)
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
defmodule DYPA01.MixProject do
use Mix.Project

@version "0.0.1"
@version "0.1.0"
@source_url "https://github.com/mnishiguchi/dypa01"

def project do
[
app: :dypa01,
version: @version,
description: "Use DYPA-01 ultrasonic distance sensor in Elixir",
description: "Use DYP-A01 ultrasonic distance sensor in Elixir",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ec7fd21

Please sign in to comment.