-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updated Cargo version to v0.28.0
- Loading branch information
1 parent
c3a5e1f
commit 1f8e1eb
Showing
3 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters