Skip to content

Commit f72f531

Browse files
committed
chore: updated changelog
1 parent 6d8f2c6 commit f72f531

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This file documents any relevant changes.
44
## [0.6.16] - 2022-04-22
5-
- feat:
5+
- fix: only ask for rebuild requirements if core is not submodule
6+
- feat: added dependency hash and version check for core package
67

78
## [0.6.15] - 2022-04-22
89
- chore: updated app_server to 0.9.0

src/viur_cli/deploy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def requirements_to_dict(requirements):
7272
return ret
7373

7474
core_requirements = os.path.join(site.getsitepackages()[0],"viur","requirements.txt")
75-
75+
7676
if not os.path.exists(core_requirements):
7777
echo_info("could now find core package, please update the core to validate the requirements.txt")
7878
return []

0 commit comments

Comments
 (0)