Skip to content

Commit

Permalink
0.0.3-dev prep
Browse files Browse the repository at this point in the history
  • Loading branch information
straubt1 committed Jun 22, 2021
1 parent d1d927f commit 1e9ee9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Removed

## [0.0.3-dev] - 2021.06.22

### Added

* `tfx workspace lock` - Lock a given workspace by name, in a given organization
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ Binaries are created as part of release, check out the [Release Page](https://gi

**MacOs Installation**
```sh
version="0.0.2-dev"
version="0.0.3-dev"
curl -L -o tfx "https://github.com/straubt1/tfx/releases/download/${version}/tfx_darwin_amd64"
chmod +x tfx
```

**Linux Installation**
```sh
version="0.0.2-dev"
version="0.0.3-dev"
curl -L -o tfx "https://github.com/straubt1/tfx/releases/download/${version}/tfx_linux_amd64"
chmod +x tfx
```

**Windows Installation**
```sh
version="0.0.2-dev"
version="0.0.3-dev"
curl -L -o tfx.exe "https://github.com/straubt1/tfx/releases/download/${version}/tfx_windows_amd64"
```

Expand Down

0 comments on commit 1e9ee9f

Please sign in to comment.