Skip to content

Commit 1e26587

Browse files
committed
Draft 0.9.0 release
1 parent ef29365 commit 1e26587

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.9.0]
9+
10+
### Added
11+
12+
- @sauci: Added method, `set_log_file`, to set logging file for logs; redirects
13+
logs from STDOUT / STDERR to log file.
14+
815
## [0.8.2]
916

1017
### Changed

pylink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.8.2'
15+
__version__ = '0.9.0'
1616
__title__ = 'pylink'
1717
__author__ = 'Square Embedded Software Team'
1818
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)