Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Mar 21, 2016
1 parent cbf5abe commit 1d9048e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Master
## 1.0.0

### Enhancements

- Supports installing final Swift releases such as `2.2`.

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, Kyle Fuller
Copyright (c) 2015 - 2016, Kyle Fuller
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.5.0'
version = u'1.0.0'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0'
release = u'1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion libexec/swiftenv---version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "swiftenv 0.5.0"
echo "swiftenv 1.0.0"

0 comments on commit 1d9048e

Please sign in to comment.