File: CHANGELOG.md

package info (click to toggle)
rust-abnf 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased] - YYYY-MM-DD

- ...

## [v0.13.0] - 2022-10-21

### Added

* GitHub Actions CI
* Case-Sensitive String Support in ABNF ([RFC 7405](https://www.rfc-editor.org/rfc/rfc7405))
  * Thanks, @timothee-haudebourg! ([#21](https://github.com/duesee/abnf/pull/21))

[Unreleased]: https://github.com/duesee/abnf/compare/v0.13.0...HEAD
[v0.13.0]: https://github.com/duesee/abnf/compare/71b2a2a668a2a87846a1c138ce1b84ce17a119c4...v0.13.0
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html