Skip to content

Commit

Permalink
Merge pull request #351 from github/release-2.15.2
Browse files Browse the repository at this point in the history
Release 2.15.2
  • Loading branch information
jonabc authored Apr 6, 2021
2 parents 18774f3 + 4cfff62 commit 0d31c46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 2.15.2

2021-04-06

### Fixed

- The pip source works with package names containing periods (:tada: @bcskda https://github.com/github/licensed/pull/350)

## 2.15.1

2021-03-29
Expand Down Expand Up @@ -403,4 +411,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/2.15.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/2.15.2...HEAD
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Licensed
VERSION = "2.15.1".freeze
VERSION = "2.15.2".freeze

def self.previous_major_versions
major_version = Gem::Version.new(Licensed::VERSION).segments.first
Expand Down

0 comments on commit 0d31c46

Please sign in to comment.