Skip to content

Commit

Permalink
release TrustSpecCli 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 22, 2024
1 parent 164254c commit f81eb2f
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 111 deletions.
116 changes: 59 additions & 57 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trust"
version = "0.1.22"
version = "0.1.23"
readme="README.md"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions cli/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trustspeccli"
version = "{VERSION}"
version = "0.1.23"
authors = ["Wojciech Karwacki <karwacki.wojciech@gmail.com>"]
homepage = "https://github.com/wkarwacki/python-openapi-generator-rust"
repository = "https://github.com/wkarwacki/python-openapi-generator-rust"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
trustspecpy = "{VERSION}"
trustspecpy = "0.1.23"

[tool.poetry.scripts]
trust = "trustspeccli.main:run"
Expand Down
42 changes: 42 additions & 0 deletions cli/py/pyproject.toml.bu
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[tool.poetry]
name = "trustspeccli"
version = "{VERSION}"
authors = ["Wojciech Karwacki <karwacki.wojciech@gmail.com>"]
homepage = "https://github.com/wkarwacki/python-openapi-generator-rust"
repository = "https://github.com/wkarwacki/python-openapi-generator-rust"
documentation = "https://github.com/wkarwacki/python-openapi-generator-rust"
packages = [{include = "trustspeccli", from="src"}]
readme = "README.md"
description = "Web Integration Specification, easy and lightweight alternative to OpenAPI"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Rust",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development",
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

[tool.poetry.dependencies]
python = "^3.6"
trustspecpy = "{VERSION}"

[tool.poetry.scripts]
trust = "trustspeccli.main:run"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading

0 comments on commit f81eb2f

Please sign in to comment.