Skip to content

Commit

Permalink
Releases v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Mar 4, 2024
1 parent ae69968 commit b4805fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Changelog

## [0.1.4] - 2024-03-04

### Added

- Support for `no_std`: Rust std usage is now behind the enabled by default `std` feature.

### Changed

- Rust minimum supported version is set to 1.63.

## [0.1.3] - 2022-03-26

### Added
- `LanguageTag` now implements Serde `Serialize` and `Deserialize` trait if the `serde` crate is present.
The serialization is a plain string.

- `LanguageTag` now implements Serde `Serialize` and `Deserialize` trait if the `serde` crate is present.
The serialization is a plain string.

## [0.1.2] - 2021-04-16

### Added

- `LanguageTag` struct with a parser, case normalization and components accessors.

### Changed

- Proper attribution from [`language-tags`](https://github.com/pyfisch/rust-language-tags/).
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxilangtag"
version = "0.1.3"
version = "0.1.4"
authors = [
"Tpt <thomas@pellissier-tanon.fr>"
]
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/oxigraph/oxilangtag"
description = """
Simple and fast implementation of language tag normalization and validation
"""
edition = "2018"
edition = "2021"
rust-version = "1.63"

[features]
Expand Down

0 comments on commit b4805fa

Please sign in to comment.