Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.28.1
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 72a0700 commit 7bec341
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
25 changes: 2 additions & 23 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
## 0.28.0 (2023-01-31)

#### Feature

* Topics preview (#241) (a7642986)
## 0.28.1 (2023-01-31)

#### 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

* 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)
* add protoc for aarch64 cross build (a58f4c7d)

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.

14 changes: 4 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@ path = "src/main.rs"

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

[package.metadata.cross.target.aarch64-unknown-linux-gnu]
pre-build = [
"apt-get install -y unzip",
"curl -L https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-x86_64.zip -o protoc.zip",
"unzip -o protoc.zip -d protoc",
"mv protoc/bin/* /usr/local/bin/",
"mv protoc/include/* /usr/local/include/"
]

[features]
default = []
login = []
Expand Down Expand Up @@ -72,3 +63,6 @@ default-features = false
[dev-dependencies.uuid]
version = "1.2.2"
features = [ "v4",]

[package.metadata.cross.target.aarch64-unknown-linux-gnu]
pre-build = [ "apt-get install -y unzip", "curl -L https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-x86_64.zip -o protoc.zip", "unzip -o protoc.zip -d protoc", "mv protoc/bin/* /usr/local/bin/", "mv protoc/include/* /usr/local/include/",]

0 comments on commit 7bec341

Please sign in to comment.