File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments