Skip to content

Commit fd2f755

Browse files
committed
Prepare v0.1.3 release
1 parent 8387bd1 commit fd2f755

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Version 0.1.3
4+
5+
### Fixed
6+
- `ad87b17` - Bugfix: wrong config file being copied
7+
- `c2bc6cf` - Fix cardano cli command
8+
9+
### Changed
10+
- `6d10640` - Make 10.5.1 as default node version
11+
- `8387bd1` - use exec to start cardano-node instead of subprocess
12+
313
## Version 0.1.2
414

515
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='adaup',
6-
version='0.1.2',
6+
version='0.1.3',
77
packages=find_packages(where='src'),
88
package_dir={'': 'src'},
99
install_requires=[

0 commit comments

Comments
 (0)