Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 25, 2020
1 parent e40c583 commit e9f3bb3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
tags:
- v*
on: release

jobs:
release-pypi:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v0.2.6 (2020-02-25)
---------------------------

### Features & Improvements

- Improve the user interface of selecting Python interpreter. [#54](https://github.com/frostming/pdm/issues/54)

### Bug Fixes

- Fix the wheel installer to correctly unparse the flags of console scripts. [#56](https://github.com/frostming/pdm/issues/56)
- Fix a bug that OS-dependent hashes are not saved. [#57](https://github.com/frostming/pdm/issues/57)


Release v0.2.5 (2020-02-22)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion news/54.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/56.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/57.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion pdm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit e9f3bb3

Please sign in to comment.