diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2021-05-10 21:28:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-10 21:28:07 +0100 |
| commit | d3059af815130f102dd97cb1d1e5030920754105 (patch) | |
| tree | d921c773b198dab5752ef6620e1038b12185a590 /Cargo.lock | |
| parent | Increase number of optimizations on release builds. (#101) (diff) | |
| download | atuin-d3059af815130f102dd97cb1d1e5030920754105.zip | |
Release v0.7.0 (#103)
* Release v0.7.0
- Update all the crate versions
- Update the demo gif
- Write a changelog
- Adjust the title of the search screen (has the old name still)
- Adjust the colours of the quick-jump numbers (sadly invisible on some
colour schemes as dark grey :/)
* Update README, default config file, docs
* Link usernames
* Trigger release workflow upon release creation, as well as tags
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "atuin" -version = "0.6.4" +version = "0.7.0" dependencies = [ "async-trait", "atuin-client", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "0.6.2" +version = "0.7.0" dependencies = [ "async-trait", "atuin-common", @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "0.6.2" +version = "0.7.0" dependencies = [ "chrono", "eyre", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "0.6.2" +version = "0.7.0" dependencies = [ "async-trait", "atuin-common", |
