Releases: asimpson/cycle
Releases · asimpson/cycle
v0.2.2
v0.2.1
v0.2.0: feat: Multi-stage Docker build
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
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4: feat: allow archive to not have any pagination.
- pass in a zero for the paginate value and gen-archive will return the full list of posts.