Skip to content

Commit 13d023c

Browse files
committed
Release: prepare v4.0.0
1 parent 77f0d23 commit 13d023c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ 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] (4.0.0)
15+
## [4.0.0] - 2025-01-15
1616
### Changed
1717
- **(Requirement update!)** Update to .NET 9.
18+
- Update all the used libraries.
19+
20+
### Fixed
21+
- [#322: Broken Unicode message destroys the XMPP connection](https://github.com/codingteam/emulsion/issues/322).
1822

1923
## [3.0.0] - 2024-06-23
2024
### Changed
@@ -215,4 +219,6 @@ runtime 2.2.
215219
[2.4.2]: https://github.com/codingteam/emulsion/compare/v2.4.1...v2.4.2
216220
[2.4.3]: https://github.com/codingteam/emulsion/compare/v2.4.2...v2.4.3
217221
[2.4.4]: https://github.com/codingteam/emulsion/compare/v2.4.3...v2.4.4
218-
[Unreleased]: https://github.com/codingteam/emulsion/compare/v2.4.4...HEAD
222+
[3.0.0]: https://github.com/codingteam/emulsion/compare/v2.4.4...v3.0.0
223+
[4.0.0]: https://github.com/codingteam/emulsion/compare/v3.0.0...v4.0.0
224+
[Unreleased]: https://github.com/codingteam/emulsion/compare/v4.0.0...HEAD

Emulsion/Emulsion.fsproj

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

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22
===============
3-
Copyright (C) 2024 emulsion contributors
3+
Copyright (C) 2025 Emulsion contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)