File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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, '-') }}
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments