Skip to content

Commit 1429dec

Browse files
committed
chore(release): 1.0.0
1 parent 1870d6b commit 1429dec

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
44

5+
<a name="1.0.0"></a>
6+
## [1.0.0](https://www.github.com/EntglDb/BLite.Server/releases/tag/v1.0.0) (2026-03-23)
7+
8+
### Features
9+
10+
* **studio:** add server metrics dashboard with sparkline charts ([1870d6b](https://www.github.com/EntglDb/BLite.Server/commit/1870d6bc5f793890aa4557f212861ab1fd62299c))
11+
12+
### Breaking Changes
13+
14+
* **studio:** add server metrics dashboard with sparkline charts ([1870d6b](https://www.github.com/EntglDb/BLite.Server/commit/1870d6bc5f793890aa4557f212861ab1fd62299c))
15+
516
<a name="0.3.4"></a>
617
## [0.3.4](https://www.github.com/EntglDb/BLite.Server/releases/tag/v0.3.4) (2026-03-23)
718

src/BLite.Client.SourceGenerators/BLite.Client.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>BLite.Client.SourceGenerators</RootNamespace>
1010
<AssemblyName>BLite.Client.SourceGenerators</AssemblyName>
1111

12-
<Version>0.3.4</Version>
12+
<Version>1.0.0</Version>
1313
<Authors>BLite Team</Authors>
1414
<Company>EntglDb</Company>
1515
<Copyright>Copyright © 2026 Luca Fabbri</Copyright>

src/BLite.Client/BLite.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>BLite.Client</RootNamespace>
1010
<AssemblyName>BLite.Client</AssemblyName>
1111

12-
<Version>0.3.4</Version>
12+
<Version>1.0.0</Version>
1313
<AssemblyVersion>0.1.4.0</AssemblyVersion>
1414
<FileVersion>0.1.4.0</FileVersion>
1515
<Authors>BLite Team</Authors>

src/BLite.Proto/BLite.Proto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>BLite.Proto</RootNamespace>
99
<AssemblyName>BLite.Proto</AssemblyName>
1010

11-
<Version>0.3.4</Version>
11+
<Version>1.0.0</Version>
1212
<AssemblyVersion>0.1.4.0</AssemblyVersion>
1313
<FileVersion>0.1.4.0</FileVersion>
1414
<Authors>BLite Team</Authors>

src/BLite.Server/BLite.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>BLite.Server</AssemblyName>
1010
<OutputType>Exe</OutputType>
1111

12-
<Version>0.3.4</Version>
12+
<Version>1.0.0</Version>
1313
<AssemblyVersion>0.1.4.0</AssemblyVersion>
1414
<FileVersion>0.1.4.0</FileVersion>
1515
<Authors>BLite Team</Authors>

0 commit comments

Comments
 (0)