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

Commit

Permalink
[Release] 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcodes authored and github-actions[bot] committed Oct 30, 2022
1 parent b9a52ba commit 67456bd
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.8.0 - 2022-10-30

### Changed

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

## 0.7.0 - 2022-10-07

### 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.7.0"
static let current = "0.8.0"
}

0 comments on commit 67456bd

Please sign in to comment.