Skip to content

Commit 1251f2f

Browse files
committed
docs: add CHANGELOG
1 parent f6e466e commit 1251f2f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Currently only just a basic decoder for use in
1515

1616
## Installation
1717

18-
Add `car` to your `mix.exs
18+
Add `car` to your `mix.exs`
1919

2020
```elixir
2121
def deps do

0 commit comments

Comments
 (0)