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

^ is for minor version, ~ for patch, you can pin exact version without using anything, so "0.8.0"
Ah it seems ^ and ~ do not apply to versions pre 1.0.0