Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 724 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 724 Bytes

Changelog

0.2.2

  • Support Clojure 1.9

0.2.1

  • fix NullPointerException when no artifact is found for latest link, thanks @felixb

0.2.0

  • fix behavior of latest link for more than 10 builds (#6), thanks @felixb
  • security fixes: Made sure that users can't break out of the directory that contains the artifacts (#7). Also moved artifacts out of the lambdacd-home-dir to make it easier to distinguish between artifacts directories and other data. This is a breaking change since users can no longer access artifacts generated before upgrade. See the issue for details and a workaround.

0.1.1

  • resolve paths with build number latest to last available artifact

0.1.0

First release