Skip to content

Commit

Permalink
Merge pull request #79 from github/release-1.3.3
Browse files Browse the repository at this point in the history
Release 1.3.3
  • Loading branch information
jonabc authored Sep 7, 2018
2 parents 47fd851 + c47ead4 commit 9eea8e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 1.3.3 - 2018-09-07
### Fixed
- Manifest source configuration globs correctly enumerates files from within submodules
- The manifest source no longer errors when getting version information from submodules

## 1.3.2 - 2018-08-15
### Fixed
- Fixed issue when multiple versions of a cabal package are found
Expand Down Expand Up @@ -68,4 +73,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release :tada:

[Unreleased]: https://github.com/github/licensed/compare/1.3.2...HEAD
[Unreleased]: https://github.com/github/licensed/compare/1.3.3...HEAD
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Licensed
VERSION = "1.3.2".freeze
VERSION = "1.3.3".freeze
end

0 comments on commit 9eea8e8

Please sign in to comment.