Skip to content

Commit

Permalink
Release: prepare v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jun 23, 2024
1 parent 0c79c03 commit 638e2c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).

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.

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

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

### Fixed
- 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.
Expand Down
2 changes: 1 addition & 1 deletion Emulsion/Emulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>2.4.4</Version>
<Version>3.0.0</Version>
<RollForward>Major</RollForward>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 638e2c0

Please sign in to comment.