Skip to content

Commit

Permalink
Fix #24
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Nov 8, 2019
1 parent 3b3554d commit cd5c79b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1]

### Fixed

- Missing `use File::Temp;` [#24](https://github.com/openSUSE-zh/opi/issues/24)

## [0.7.0]

### Changed
Expand Down Expand Up @@ -105,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Choose package and install
- Keep or remove repository after installation

[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/openSUSE-zh/opi/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/openSUSE-zh/opi/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/openSUSE-zh/opi/compare/v0.5.1...v0.5.2
Expand Down
3 changes: 1 addition & 2 deletions opi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# OPI - openSUSE Build Service Package Installer
#
# Version: 0.1.0
# Author: Guo Yunhe
# Website: https://github.com/openSUSE-zh/opi
# License: GPL-3.0
Expand All @@ -15,7 +14,7 @@ use URI::Escape;
use Config;
use Config::Tiny;
use Term::ANSIColor;

use File::Temp;

#
# Check command line arguments
Expand Down

0 comments on commit cd5c79b

Please sign in to comment.