Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and github-actions[bot] committed Jan 31, 2023
1 parent c3a5e1f commit 1f8e1eb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
25 changes: 23 additions & 2 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
## 0.27.1 (2023-01-26)
## 0.28.0 (2023-01-31)

#### Feature

* Topics preview (#241) (a7642986)

#### Bug Fixes

* add tests to cover case with empty token in config file, fix bug (2a984fa8)
* windows protoc installation (#244) (93c26a3e)
* don't log confusing message if the user runs configure a second time (#239) (438225c6)
* prompt Windows users re: alternate mechanisms for pasting. (#238) (b9fd34fa)

#### Chores

* fix typo in CONTRIBUTING.md (#237) (5db3804e)
* simplify replace_*_value fns (735346c8)
* remove unnecessary conditional logic from update_*_profile fns (410613e8)
* refactor to simplify update_*_profile (23055170)
* simplify update_*_profile fns (f1883c1c)
* refactor to remove FileTypes enum (f593ecdc)
* clean up integration tests, support MOMENTO_CONFIG_DIR (#248) (6c8b1b9e)
* use 'impl AsRef' inline in argument signatures rather than using generic type T (90b037c1)
* refactor ini signatures to accept &str to reduce cloning (498f0a79)
* simplify signature for ini update_profile_values (794b35f3)
* add some initial basic tests for config/creds ini interactions (4455260a)
* update windows install instructions for winget (#240) (24b238ec)

2 changes: 1 addition & 1 deletion Cargo.lock

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

11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "momento-cli"
version = "0.27.1"
version = "0.28.0"
edition = "2021"

[features]
Expand All @@ -19,16 +19,17 @@ toml = "^0.6.0"
lazy_static = "1.4.0"
configparser = "3.0.0"
regex = "1"
momento = { version = "0.21" }
qrcode = "0.12.0"
webbrowser = "^0.8.4"

[dev-dependencies]
assert_cmd = "2.0.2"
predicates = "2.1.1"
uuid = { version = "1.2.2", features = ["v4"] }
tempdir = "0.3.7"

[dependencies.momento]
version = "0.21"

[dependencies.clap]
version = "4.1"
features = [ "derive",]
Expand Down Expand Up @@ -58,3 +59,7 @@ version = "1.0.79"
version = "0.11"
features = [ "json", "rustls-tls",]
default-features = false

[dev-dependencies.uuid]
version = "1.2.2"
features = [ "v4",]

0 comments on commit 1f8e1eb

Please sign in to comment.