Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2025-01-09)

### Bug Fixes

* **api:** ensure translations are properly cleared ([1514859](1514859))
* **fluent_api:** enable uploading of files from subdirectories ([d25ad11](d25ad11))
* **fluent_api:** replace `fluent.runtime` error handling with ParseError from `fluent.syntax` ([51b2be3](51b2be3))
* **table_manager:** change dict to defaultdict ([4798cdd](4798cdd))

### Features

* **table:** display all translations in the table ([41e2670](41e2670))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 9ae3672 commit 259be21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.2.0](https://github.com/m-xim/fluentus/compare/v1.1.1...v1.2.0) (2025-01-09)


### Bug Fixes

* **api:** ensure translations are properly cleared ([1514859](https://github.com/m-xim/fluentus/commit/1514859fe6b7be5affd08874f85c6159f7b514b6))
* **fluent_api:** enable uploading of files from subdirectories ([d25ad11](https://github.com/m-xim/fluentus/commit/d25ad11cd54f66dbb4391ee2c10a5998ad2c47f9))
* **fluent_api:** replace `fluent.runtime` error handling with ParseError from `fluent.syntax` ([51b2be3](https://github.com/m-xim/fluentus/commit/51b2be3a3ef9014872fa2b36dd24459bcfc498d0))
* **table_manager:** change dict to defaultdict ([4798cdd](https://github.com/m-xim/fluentus/commit/4798cddfdda5e7e5857566dab3da6ed8f39552e1))


### Features

* **table:** display all translations in the table ([41e2670](https://github.com/m-xim/fluentus/commit/41e26708bbdc5260984a8dca855b7c565a3676e1))

# [1.2.0-dev.4](https://github.com/m-xim/fluentus/compare/v1.2.0-dev.3...v1.2.0-dev.4) (2025-01-09)


Expand Down

0 comments on commit 259be21

Please sign in to comment.