Y
Hacker News
new
|
ask
|
show
|
jobs
by
anfrank
1923 days ago
Release note says pinning version with "^0.8.0", should be "~0.8.0" right?
1 comments
machiaweliczny
1923 days ago
^ is for minor version, ~ for patch, you can pin exact version without using anything, so "0.8.0"
link
anfrank
1923 days ago
Ah it seems ^ and ~ do not apply to versions pre 1.0.0
link