File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to elixir-car 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
7
+ [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
+
9
+ ## [ 0.1.0] - 2025-05-26
10
+
11
+ Initial release.
12
+
13
+ ### Added
14
+
15
+ - Support for decoding CAR files.
16
+
17
+ [ unreleased ] : https://github.com/cometsh/elixir-car/compare/v0.1.0...HEAD
18
+ [ 0.1.0 ] : https://github.com/cometsh/elixir-car/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Currently only just a basic decoder for use in
15
15
16
16
## Installation
17
17
18
- Add ` car ` to your `mix.exs
18
+ Add ` car ` to your ` mix.exs `
19
19
20
20
``` elixir
21
21
def deps do
You can’t perform that action at this time.
0 commit comments