Skip to content

Commit

Permalink
0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed May 19, 2024
1 parent 551cf83 commit aa0397d
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 82 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,9 @@ jobs:
- run: sudo apt -y install musl-dev musl-tools
if: matrix.build == 'linux'

- name: Build Linux
run: |
cargo build --release --locked --target ${{ matrix.target }} --features "openssl/vendored"
if: matrix.build == 'linux'

- name: Build
run: |
cargo build --release --locked --target ${{ matrix.target }}
if: matrix.build != 'linux'
cargo build --release --locked --target ${{ matrix.target }} --features "openssl/vendored"
- name: Build archive
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12

- use VIRTUAL_ENV_PROMPT if set

## 0.11

- env to modify character for ahead/behind `SLICK_PROMPT_GIT_REMOTE_AHEAD`, `SLICK_PROMPT_GIT_REMOTE_BEHIND`
Expand Down
141 changes: 78 additions & 63 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slick"
version = "0.11.2"
version = "0.12.0"
authors = ["Nicolas Embriz <[email protected]>"]
description = "async ZSH prompt"
documentation = "https://github.com/nbari/slick/blob/master/README.md"
Expand Down
Loading

0 comments on commit aa0397d

Please sign in to comment.