Skip to content

Commit

Permalink
27 Add changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
asannikov committed Jan 13, 2021
1 parent 967f681 commit 07c4518
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.5.7 (13.01.2021)
- bugfix
- 27 Fix shell type detection outside project

## 1.5.6 (13.01.2021)
- bugfix
- refactoring: changed files hierarchy in project
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ I was inspired by [Mark's Shust](https://github.com/markshust/docker-magento) so

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/asannikov/jumper/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/asannikov/jumper.svg?branch=master)](https://travis-ci.com/asannikov/jumper)
[![Release](https://img.shields.io/badge/release-1.5.3-brightgreen.svg)](https://github.com/asannikov/jumper/releases/tag/v1.5.6)
[![Release](https://img.shields.io/badge/release-1.5.3-brightgreen.svg)](https://github.com/asannikov/jumper/releases/tag/v1.5.7)

It was not tested on Windows.

Expand Down Expand Up @@ -103,7 +103,7 @@ Every stable release has attached sources for "linux/amd64", "linux/386", "darwi

For example:
```
https://github.com/asannikov/jumper/releases/tag/v1.5.6
https://github.com/asannikov/jumper/releases/tag/v1.5.7
```
Find related source there and download it. Now you can place use source at any place you want on your machine or make it global in a standard way.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "1.5.6"
const version = "1.5.7"

func main() {

Expand Down

0 comments on commit 07c4518

Please sign in to comment.