This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
Releases: phogolabs/parcello
Releases · phogolabs/parcello
v0.8.2
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
- Use Go modules for dependency management
Parcello v0.8
Release Notes
- BREAKING CHANGE: Replace compression from
tar.gz
tozip deflate
. - ADD: Support for bundling resource at the end of a compiled binary by passing
-t bunlde
.
Parcello v0.7
Release Notes
Minor refactoring and document improvements
Parcello v0.6
Release Notes
- CRITICAL FIX: Opening
/
root directory fails
Parcello v0.5
Release Notes
- ADD: Support of seek in-memory resource
- ADD: Support of OpenFile flags
Parcello v0.4
Release Notes
- BREAKING CHANGES: Rename the tool from
parcel
toparcello
. - Update dependencies
Parcel v0.3
Release Notes
- FIX: Misspelled
-quiet
flag. Thanks to @skx - IMPROVED: Code quality by adding more tests
Parcel v0.2
Release Notes
Refactored the code generation and increased the code quality.
parcel v0.1
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