Skip to content

Commit

Permalink
Prepare for 0.1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Aug 10, 2024
1 parent d3eb5bf commit adb995e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.1.10 - 2024-08-11

### tr

- Use the name of the crate in `set_translator!` instead of the full module (#24)
- Allow `format_args!` as argument to `tr!` (#25)

### xtr

- Support module with raw identifier (#19)
- Allow `mod bar;` in `foo.rs` refer to `foo/bar/mod.rs` (#23)

## 0.1.9 - 2023-06-12

### xtr
Expand Down
2 changes: 1 addition & 1 deletion tr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tr"
version = "0.1.7"
version = "0.1.10"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
description = "tr! macro for localisation"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion xtr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtr"
version = "0.1.9"
version = "0.1.10"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
description = "Extract strings from a rust crate to be translated with gettext"
license = "AGPL-3.0"
Expand Down

0 comments on commit adb995e

Please sign in to comment.