Skip to content

Releases: asimpson/cycle

v0.2.2

20 Sep 14:24
Compare
Choose a tag to compare
Cycle 0.2.2

v0.2.1

17 Mar 19:27
Compare
Choose a tag to compare
feat: simplify travis binary build

v0.2.0: feat: Multi-stage Docker build

17 Mar 18:47
Compare
Choose a tag to compare
We can cut down on the size of the final image by breaking the build
up into two stages: compilation and execution. Since we don't need the
compilation dependencies to execute cycle we create one image which
has those then create a new image that does not, copy cycle into the
new smaller image, then discard the original.

v0.1.9

17 Mar 18:28
Compare
Choose a tag to compare
feat: build mac binary on travis

v0.1.8

25 Feb 04:05
Compare
Choose a tag to compare
refactor: remove hand-rolled rfc-822 date formatting for local-time

v0.1.7

25 Feb 03:43
Compare
Choose a tag to compare
fix: check if uiop:subdirectories returns nil before processing

v0.1.6

22 Feb 14:44
Compare
Choose a tag to compare
feat: wrap up hard-coded file paths and data structures in checks.

v0.1.5

19 Feb 18:16
Compare
Choose a tag to compare
fix: make sure site/writing dirs are created.

v0.1.4: feat: allow archive to not have any pagination.

19 Feb 05:24
Compare
Choose a tag to compare
- pass in a zero for the paginate value and gen-archive will return
  the full list of posts.

v0.1.3

17 Feb 05:44
Compare
Choose a tag to compare
fix: fix travis file