Skip to content

Commit

Permalink
Merge pull request #6 from tweag/release-0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
aherrmann authored Nov 13, 2019
2 parents 9a4d79c + 5aaea6d commit 3c2fd6f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

[Unreleased]: https://github.com/tweag/rules_sh/compare/v0.1.0...HEAD

## [0.1.0] - 2019-11-13

[0.1.0]: https://github.com/tweag/rules_sh/releases/tag/v0.1.0

### Added

- Initial release, see `README.md` for an overview.
See [#1][#1] for the discussion on naming.

[#1]: https://github.com/tweag/rules_sh/issues/1
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ This project extends Bazel with a toolchain for common shell commands.

## Setup

Add the following to your `WORKSPACE` file to install `rules_sh`:
See the **WORKSPACE setup** section of the [current release][releases].

[releases]: https://github.com/tweag/rules_sh/releases

Or use the following template in your `WORKSPACE` file to install a development
version of `rules_sh`:

``` python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down

0 comments on commit 3c2fd6f

Please sign in to comment.