Skip to content

Commit c2e0f11

Browse files
committed
chore: bump version to 0.2.0 and update release notes
1 parent e8fbe34 commit c2e0f11

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ jobs:
138138
139139
### Features
140140
141-
- Distributed, strongly-consistent embedded key-value store
142-
- Raft consensus algorithm via Ra
143-
- 600K+ ops/sec performance
144-
- HTTP REST API with OpenAPI documentation
145-
- Token-based authentication and RBAC
141+
- Embedded distributed key-value store for Elixir
142+
- Raft consensus via Ra for strong consistency
143+
- Secondary indexes with declarative extractors
146144
- TTL support, compression, and bulk operations
145+
- Backup/restore and snapshot support
147146
draft: false
148147
prerelease: ${{ contains(steps.version.outputs.version, '-') }}

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Concord.MixProject do
44
def project do
55
[
66
app: :concord,
7-
version: "0.1.0",
7+
version: "0.2.0",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)