Bump version to 0.7.1, update `CHANGELOG.md`

This commit is contained in:
Max Desiatov 2020-10-22 17:59:04 +01:00
parent ea810786d4
commit 1c946ea2aa
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.7.1 (22 October 2020)
This is a bugfix release that prevents `carton` commands from re-downloading `.pkg` toolchains
on macOS on every CLI invocation.
# 0.7.0 (22 October 2020)
This release contains bugfixes and improvements.

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
public let cartonVersion = "0.7.0"
public let cartonVersion = "0.7.1"