Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 11, 2016
1 parent c04b086 commit fac720d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Master
## 1.2.1

### Enhancements

Expand All @@ -12,6 +12,13 @@
$ man swiftenv-install
```

### Bug Fixes

- Fixes detecting Swift release toolchains on macOS.
- Fixes an issue where `swiftenv install` wouldn't emit an error if it
couldn't find instructions to install the given version.


## 1.2.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion libexec/swiftenv---version
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "swiftenv 1.2.0"
echo "swiftenv 1.2.1"

0 comments on commit fac720d

Please sign in to comment.