Skip to content

Commit 3b82624

Browse files
authored
Release 0.1.0 (#11)
1 parent 61e3076 commit 3b82624

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0] - 2024-01-05
11+
12+
### Added
13+
14+
- This repo which was generated by `mix new`.
15+
- CI pipeline through [GitHub Actions](https://github.com/features/actions). [#1] [#2] [#3] [#4]
16+
- Core Diff Checking business logic. [#5] [#6] [#7] [#8] [#9]
17+
- Instructions on how to use this repo. [#10]
18+
19+
[Unreleased]: https://github.com/terenceponce/diff_check/compare/v0.1.0...HEAD
20+
[0.1.0]: https://github.com/terenceponce/diff_check/releases/tag/v0.1.0
21+
22+
[#10]: https://github.com/terenceponce/diff_check/pull/10
23+
[#9]: https://github.com/terenceponce/diff_check/pull/9
24+
[#8]: https://github.com/terenceponce/diff_check/pull/8
25+
[#7]: https://github.com/terenceponce/diff_check/pull/7
26+
[#6]: https://github.com/terenceponce/diff_check/pull/6
27+
[#5]: https://github.com/terenceponce/diff_check/pull/5
28+
[#4]: https://github.com/terenceponce/diff_check/pull/4
29+
[#3]: https://github.com/terenceponce/diff_check/pull/3
30+
[#2]: https://github.com/terenceponce/diff_check/pull/2
31+
[#1]: https://github.com/terenceponce/diff_check/pull/1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule DiffCheck.MixProject do
44
def project do
55
[
66
app: :diff_check,
7-
version: "0.0.0",
7+
version: "0.1.0",
88
elixir: "1.15.7",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)