We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8387bd1 commit fd2f755Copy full SHA for fd2f755
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## Version 0.1.2
14
15
### Fixed
setup.py
@@ -3,7 +3,7 @@
setup(
name='adaup',
- version='0.1.2',
+ version='0.1.3',
packages=find_packages(where='src'),
package_dir={'': 'src'},
install_requires=[
0 commit comments