Skip to content

Commit

Permalink
Release client-0.5.0, protocol-0.4.0, server-0.4.0, log-0.1.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
adenh93 authored May 2, 2024
1 parent 05b03cb commit 35b1c84
Show file tree
Hide file tree
Showing 67 changed files with 3,045 additions and 470 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
name: [standard, protocol, client, server, tools]
name: [standard, protocol, client, server, tools, log]
include:
- name: standard
display: Standard
Expand All @@ -28,7 +28,10 @@ jobs:
- name: tools
display: Tools
repo: selium-tools

- name: log
display: Log
repo: selium-log

runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target/
**/certs/
.DS_Store
**/logs/
log/path/**
Loading

0 comments on commit 35b1c84

Please sign in to comment.