Skip to content

Commit 638e2c0

Browse files
committed
Release: prepare v3.0.0
1 parent 0c79c03 commit 638e2c0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
1212

1313
When considering the public API, we take into account the tool configuration and external requirements of the framework-dependent binary. Meaning that basically, breaking changes in configuration files, command-line syntax, or in the runtime requirements should be causing a major version increment.
1414

15-
## [Unreleased] (3.0.0)
15+
## [3.0.0] - 2024-06-23
1616
### Changed
1717
- **(Requirement update!)** Update to .NET 8.
18+
- Update all the used libraries.
19+
- Migrate the internal architecture away from using Akka.NET to channels.
1820

1921
### Added
2022
- [#188: Telegram: support new quotes](https://github.com/codingteam/emulsion/issues/188).
23+
- Release artifacts as a framework-dependent .NET application (not exclusively a Docker image now).
2124

2225
### Fixed
2326
- The second part of [#190](https://github.com/codingteam/emulsion/issues/190): now the Telegram errors will be logged to the log file, not to the stdout.

Emulsion/Emulsion.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
88
<PropertyGroup>
99
<OutputType>Exe</OutputType>
1010
<TargetFramework>net8.0</TargetFramework>
11-
<Version>2.4.4</Version>
11+
<Version>3.0.0</Version>
1212
<RollForward>Major</RollForward>
1313
</PropertyGroup>
1414
<ItemGroup>

0 commit comments

Comments
 (0)