decasify 0.11.0__tar.gz → 0.11.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.
@@ -307,7 +307,7 @@ dependencies = [
307
307
 
308
308
  [[package]]
309
309
  name = "decasify"
310
- version = "0.11.0"
310
+ version = "0.11.1"
311
311
  dependencies = [
312
312
  "anyhow",
313
313
  "assert_cmd",
@@ -1977,7 +1977,7 @@ dependencies = [
1977
1977
 
1978
1978
  [[package]]
1979
1979
  name = "typst"
1980
- version = "0.11.0"
1980
+ version = "0.11.1"
1981
1981
  dependencies = [
1982
1982
  "anyhow",
1983
1983
  "decasify",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "decasify"
3
- version = "0.11.0"
3
+ version = "0.11.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.11.0"
16
+ version = "0.11.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.11.0"
67
+ version = "0.11.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.11.0
3
+ Version: 0.11.1
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: Natural Language :: English
@@ -259,7 +259,7 @@ The [decasify](https://typst.app/universe/package/decasify) package can be added
259
259
  The exact version must be specified explicitly:
260
260
 
261
261
  ```typst
262
- #import "@preview/decasify:0.11.0": *
262
+ #import "@preview/decasify:0.11.1": *
263
263
  ```
264
264
 
265
265
  Specific functions for each case should be available throughout the document.
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