Skip to content

Commit

Permalink
Bump to version 0.0.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prnyself authored Aug 27, 2021
1 parent 88e5438 commit bde1eb0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

## v0.0.1 - 2021-08-27

### Added

- cmd: Support copy single file
- cmd: Support user profile


3 changes: 2 additions & 1 deletion cmd/beyondctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ var commonFlags = []cli.Flag{
}

var app = cli.App{
Name: "beyondctl",
Name: "beyondctl",
Version: "0.0.1",
Flags: []cli.Flag{
&cli.StringFlag{
Name: globalFlagConfig,
Expand Down

0 comments on commit bde1eb0

Please sign in to comment.