Skip to content

Commit 6380d96

Browse files
committed
chore(release): 0.2.0
1 parent 17318aa commit 6380d96

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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="0.2.0"></a>
6+
## [0.2.0](https://www.github.com/EntglDb/BLite.Server/releases/tag/v0.2.0) (2026-03-16)
7+
8+
### Features
9+
10+
* automatic local restrictions for AGPL §13 and Hub unreachability ([17318aa](https://www.github.com/EntglDb/BLite.Server/commit/17318aa440bf8477bc894f3bf4fc2fcd13cd3be9))
11+
* server-side restriction system driven by LicenseHub heartbeat response ([00038f2](https://www.github.com/EntglDb/BLite.Server/commit/00038f2e67bdf514854cd5c777559e7b25c62895))
12+
13+
### Bug Fixes
14+
15+
* make heartbeat non-configurable, always enabled ([f45e0f4](https://www.github.com/EntglDb/BLite.Server/commit/f45e0f42a8724962c11a5691e2acf800cf9ff76c))
16+
* remove hardcoded internal OTLP endpoint from default config ([cbabc64](https://www.github.com/EntglDb/BLite.Server/commit/cbabc646d530853d265c098406ecb27b4a4b2011))
17+
518
<a name="0.1.7"></a>
619
## [0.1.7](https://www.github.com/EntglDb/BLite.Server/releases/tag/v0.1.7) (2026-03-15)
720

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.1.7</Version>
12+
<Version>0.2.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.1.7</Version>
12+
<Version>0.2.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.1.7</Version>
11+
<Version>0.2.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.1.7</Version>
12+
<Version>0.2.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)