Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Updating CHANGELOG and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandodelrio committed Dec 9, 2017
1 parent 6fb8a27 commit dfbe953
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.6.0](https://github.com/fernandodelrio/SwiftColorGen/releases/tag/0.5.1)

### Updated
- Updated whole project structure to use Swift Package Manager (#8)
- Moved the [SwiftColorGen](https://github.com/fernandodelrio/SwiftColorGenLibrary) core to a separate repo
- Now using [AEXML](https://github.com/tadija/AEXML) and [CommandLine](https://github.com/jatoben/CommandLine) as dependencies in the new repo, improving the maintainability

## [0.5.1](https://github.com/fernandodelrio/SwiftColorGen/releases/tag/0.5.1)

### Updated
Expand Down
2 changes: 1 addition & 1 deletion SwiftColorGen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftColorGen"
s.version = "0.5.1"
s.version = "0.6.0"
s.summary = "A tool that generate code for Swift projects, designed to improve the maintainability of UIColors"
s.description = <<-DESC
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors.
Expand Down

0 comments on commit dfbe953

Please sign in to comment.