Skip to content

Commit

Permalink
chore(version): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Oct 5, 2023
1 parent 70a7253 commit c89bc82
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.2.0](https://github.com/justinrubek/project-runner/compare/0.1.0..0.2.0) - 2023-10-05
#### Features
- generate environment variables for projects - ([70a7253](https://github.com/justinrubek/project-runner/commit/70a7253cec2c14b5f227d58f1f7b59dc97a334e3)) - [@justinrubek](https://github.com/justinrubek)

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
4 changes: 2 additions & 2 deletions Cargo.lock

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

16 changes: 10 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.1.0"
edition = "2021"
version = "0.2.0"

[workspace.dependencies]
anyhow = "1.0.68"
# reqwest = { version = "0.11.12", features = ["rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.87"
tokio = { version = "1", features = ["full"] }
thiserror = "1.0.38"
tracing = "0.1.37"

[profile.release]
# opt-level = 2 # fast and small wasm
[workspace.dependencies.serde]
version = "1"
features = ["derive"]

[workspace.dependencies.tokio]
version = "1"
features = ["full"]

[profile.release.package]

0 comments on commit c89bc82

Please sign in to comment.