Skip to content

Releases: clok/hev-cli

v0.5.0

06 Apr 13:39
Compare
Choose a tag to compare

Changelog

0ce9d28 fix(watcher): continue loop instead of break on missing location
abd925e chore(release): v0.5.0

Docker images

  • docker pull ghcr.io/clok/hev-cli:0.5.0
  • docker pull ghcr.io/clok/hev-cli:latest

v0.4.1

02 Apr 19:06
Compare
Choose a tag to compare

Changelog

05487bc fix: adjusted warning message when location not found
40506c9 chore: update readme
82b78c0 chore: fix typo in makefile
ccfc9b9 chore(release): v0.4.1

Docker images

  • docker pull ghcr.io/clok/hev-cli:0.4.1
  • docker pull ghcr.io/clok/hev-cli:latest

v0.4.0

02 Apr 19:00
Compare
Choose a tag to compare

Changelog

8d8e478 refactor: change structure of packet for websocket
0427097 feat: updates non-HEB locations
90b511c feat: add pop-up site
601b392 ci(docker): add goreleaser docker GitHub Container Registry support
c849170 chore(release): v0.4.0

Docker images

  • docker pull ghcr.io/clok/hev-cli:0.4.0
  • docker pull ghcr.io/clok/hev-cli:latest

v0.3.1

26 Mar 14:44
Compare
Choose a tag to compare

Changelog

d95ef12 feat(release): v0.3.1
b1ce303 chore: update README
e5a8880 chore: remove dead code
f623c73 chore: fix linting issues
b43f0e6 chore: add download links
3e82d54 Set theme jekyll-theme-modernist
b28fdaa Set theme jekyll-theme-cayman

v0.3.0

25 Mar 22:21
Compare
Choose a tag to compare

Changelog

45a2377 feat(websocket): added command to server data to a websocket
d70dcef feat(release): v0.3.0
556d453 feat(publish): add publish command and server functionality
c797fc6 chore: typos, typos everywhere
69d2e04 chore(docs): updating docs for version v0.3.0

v0.2.0

22 Mar 15:13
Compare
Choose a tag to compare

Changelog

109d24f fix: update installation command
eee7f49 fix: typos and grammar changes
fea1acc feat: added lat and long for 3 sites that are not stores
43b6dbe feat(release): v0.2.0
9e6cca5 chore: updated readme
96ddea6 chore: update windows installation notes
1fc1894 chore: update readme
1bcd969 chore(docs): updating docs for version v0.2.0

v0.1.0

22 Mar 12:44
Compare
Choose a tag to compare

Changelog

fa78a97 feat(watch): initial rollout of watch command
f8f3a4d feat(release): v0.1.0
7dd8637 chore: update readme
2c112cb chore: add release helper script
b02746b chore: add CHANGELOG config
5a36caa Initial commit