Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Feb 29, 2024
1 parent 4b5867a commit 04a2e11
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 11 deletions.
75 changes: 65 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,73 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.4]
## [0.4.0] - 2024-02-29

### Changed

- [4b5867a] Change implementation, now based on `static-regular-grammar`.

### Removed

- [4b5867a] Remove mutable methods (will be reintroduced if necessary later).

## [0.3.4] - 2023-05-22

### Added
- Add `AsLanguageTag` trait.

## [0.2.0]
- [37b45ba] Add `AsLanguageTag` trait.

## [0.3.3] - 2023-05-20

### Added

- [0f22312] Add `serde` support for `LanguageTagBuf`.

### Fixed

- [71a205a] Fix README links.
- [43d3a06] Fix README links.

## [0.3.2] - 2022-08-18

### Added

- [97a10ab] Add `fmt::Display` impl for `GrandfatheredTag`.

## [0.3.1] - 2022-08-18

### Added

- [eb305b0] Add inner buffer access methods.

## [0.2.0] - 2020-12-19

### Added

- [7be6201] impl copy.

### Changed
- `LanguageTagBuf::as_ref` now returns a `LanguageTag<&[u8]>`.
- Add `LanguageTag::cloned`.
- Impl `Copy` for `LanguageTag`, `LanguageTagBuf` and `PrivateUseTag`.

## [0.1.1]
- [ccca814] Move to 2.0.0

### Fixed

- [f4d9a43] Fix LanguageTagBuf::as_ref.

## [0.1.1] - 2020-12-18

### Added

- [d1a43f3] Impl Clone.

### Changed
- Impl `Clone` for `LanguageTag`, `LanguageTagBuf` and `PrivateUseTag`.
- Impl `AsRef<[u8]>`, `AsRef<str>`, `PartialEq<U>`, `Eq`, `fmt::Display` and `fmt::Debug` for `LanguageTagBuf`.
- Impl `Hash`, `PartialOrd` and `Ord` for `LanguageTag` and `LanguageTagBuf`.

- [0cf935e] Refactor & Iterators.
- [638a21b] refactoring + new tests

### Fixed

- [cda890f] Fix comments.
- [c7304fb] Fix bugs + refact + preparing mut API.
- [7f247d0] Fix README ref links.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "langtag"
version = "0.3.4"
version = "0.4.0"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
edition = "2021"
categories = ["parsing", "data-structures"]
Expand Down

0 comments on commit 04a2e11

Please sign in to comment.