Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
[Release] 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcodes authored and github-actions[bot] committed Oct 7, 2022
1 parent 669546e commit 460f96c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0 - 2022-10-07

### Changed

- Update SwiftFormat to 0.50.1 [#4](https://github.com/lordcodes/swiftformat-tuist/pull/4) by [@lordcodes](https://github.com/lordcodes)

## 0.6.0 - 2022-09-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftFormatTuistPlugin/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © 2022 Andrew Lord.

enum Version {
static let current = "0.6.0"
static let current = "0.7.0"
}

0 comments on commit 460f96c

Please sign in to comment.