Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Releases: phogolabs/parcello

v0.8.2

13 Dec 06:20
Compare
Choose a tag to compare

Changelog

6a70c2f Add Release pipeline
c1fadbf Add missing go.sum
65272ba Bump golang version in travis
1e06a9e Migrate to GitHub Actions
db021be Remove before_script
c072b23 Update README
c20d772 Use Gorelease to publish new version
5bd9432 Use Gorelease to publish new version
3c421be Use Phogo Labs CLI package

Parcello v0.8.1

20 Dec 14:58
Compare
Choose a tag to compare
Parcello v0.8.1 Pre-release
Pre-release
  • Use Go modules for dependency management

Parcello v0.8

26 Apr 08:48
Compare
Choose a tag to compare

Release Notes

  • BREAKING CHANGE: Replace compression from tar.gz to zip deflate.
  • ADD: Support for bundling resource at the end of a compiled binary by passing -t bunlde.

Parcello v0.7

20 Apr 12:26
Compare
Choose a tag to compare

Release Notes

Minor refactoring and document improvements

Parcello v0.6

19 Apr 15:15
Compare
Choose a tag to compare

Release Notes

  • CRITICAL FIX: Opening / root directory fails

Parcello v0.5

19 Apr 14:17
Compare
Choose a tag to compare

Release Notes

  • ADD: Support of seek in-memory resource
  • ADD: Support of OpenFile flags

Parcello v0.4

18 Apr 13:32
Compare
Choose a tag to compare

Release Notes

  • BREAKING CHANGES: Rename the tool from parcel to parcello.
  • Update dependencies

Parcel v0.3

18 Apr 11:58
Compare
Choose a tag to compare

Release Notes

  • FIX: Misspelled -quiet flag. Thanks to @skx
  • IMPROVED: Code quality by adding more tests

Parcel v0.2

16 Apr 10:12
Compare
Choose a tag to compare

Release Notes

Refactored the code generation and increased the code quality.

parcel v0.1

15 Apr 16:30
Compare
Choose a tag to compare

We are thrilled to announce the first official release of Parcel.

Release Notes

  • ADD: Support for bundling resources recursively
  • ADD: Support for bundling resources as Golang source
  • ADD: Compression of resources as tar.gz blob
  • ADD: Option to exclude files or directories from the bundling
  • ADD: Option to include documentation in the generated bundle