decasify 0.9.0__tar.gz → 0.9.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -306,7 +306,7 @@ dependencies = [
306
306
 
307
307
  [[package]]
308
308
  name = "decasify"
309
- version = "0.9.0"
309
+ version = "0.9.1"
310
310
  dependencies = [
311
311
  "anyhow",
312
312
  "assert_cmd",
@@ -1693,7 +1693,7 @@ dependencies = [
1693
1693
 
1694
1694
  [[package]]
1695
1695
  name = "typst"
1696
- version = "0.9.0"
1696
+ version = "0.9.1"
1697
1697
  dependencies = [
1698
1698
  "anyhow",
1699
1699
  "decasify",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "decasify"
3
- version = "0.9.0"
3
+ version = "0.9.1"
4
4
  description = "A CLI utility and library to cast strings to title-case according to locale specific style guides including Turkish support"
5
5
  readme = "README.md"
6
6
  build = "build-aux/build.rs"
@@ -13,7 +13,7 @@ repository.workspace = true
13
13
  license.workspace = true
14
14
 
15
15
  [workspace.package]
16
- version = "0.9.0"
16
+ version = "0.9.1"
17
17
  authors = ["Caleb Maclennan <caleb@alerque.com>"]
18
18
  homepage = "https://github.com/alerque/decasify"
19
19
  repository = "https://github.com/alerque/decasify"
@@ -64,7 +64,7 @@ wasm = ["dep:wasm-bindgen"]
64
64
 
65
65
  [workspace.dependencies.decasify]
66
66
  path = "."
67
- version = "0.9.0"
67
+ version = "0.9.1"
68
68
 
69
69
  [dependencies]
70
70
  regex = "1.11"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: decasify
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: Natural Language :: English
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes