Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Aug 13, 2023
1 parent 4b60550 commit 25b930a
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 48 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/target
/tmp
/tmp
*~
*.swp
*.un
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2023-08-13

### Added
- Implement the auto capitalization. [(#56)](https://github.com/pythonbrad/clafrica/pull/56)

Expand Down
91 changes: 45 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clafrica/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clafrica"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "This application allows you to type most of the characters in the african alphabet in any text field."
keywords = ["african", "ime", "typing"]
Expand Down

0 comments on commit 25b930a

Please sign in to comment.