Skip to content

Commit

Permalink
chore: bumping version to v0.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 27, 2023
1 parent 43527e7 commit 0e648bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: 1.21.1

- name: Create release files
run: bash ./.github/releasers/releaser_cli.sh
run: bash ./.github/releaser/release_cli.sh

# Multiline strings in GitHub actions
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Changelog
# v0.1.0-beta

* Base TQL protocol
* TCP server
* CLI tool (including repl)
* Base data structure

0 comments on commit 0e648bf

Please sign in to comment.