Skip to content

Commit 3d81580

Browse files
committed
Move release/changelog
1 parent 85ef728 commit 3d81580

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

CHANGELOG.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
toml-span/CHANGELOG.md

toml-span/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->
2+
3+
# Changelog
4+
5+
All notable changes to this project will be documented in this file.
6+
7+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9+
10+
<!-- next-header -->
11+
## [Unreleased] - ReleaseDate
12+
### Added
13+
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) actually added some documentation.
14+
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) added `DeserError::merge`
15+
16+
### Fixed
17+
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) `TableHelper::take` now appends the key to the `expected` array
18+
19+
### Changed
20+
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) removed `TableHelper::with_default/parse/parse_opt`
21+
22+
## [0.1.0] - 2024-02-20
23+
### Added
24+
- Initial implementation
25+
26+
<!-- next-url -->
27+
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.1.0...HEAD
28+
[0.1.0]: https://github.com/EmbarkStudios/toml-span/releases/tag/0.1.0
File renamed without changes.

0 commit comments

Comments
 (0)