Skip to content

Commit

Permalink
build: add lost install just command
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 1, 2021
1 parent bc540a2 commit bab7337
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Install Just
run: cargo install just

- name: Install wget for Windows
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# [](https://github.com/phodal/cocoj/compare/v0.1.1...v) (2021-01-31)
# [](https://github.com/phodal/cocoj/compare/v0.1.2...v) (2021-02-01)



## [0.1.2](https://github.com/phodal/cocoj/compare/v0.1.1...v0.1.2) (2021-02-01)


### Bug Fixes

* fix release issue ([5714447](https://github.com/phodal/cocoj/commit/57144473bda3233a2693cc9af750070eb0b71f52))


### Features

* add open urls in browser support ([2a1b9d8](https://github.com/phodal/cocoj/commit/2a1b9d8723184f81950e28f54c97ff587533d7e9))



Expand Down

0 comments on commit bab7337

Please sign in to comment.