Skip to content

Commit 0b0c418

Browse files
committed
Release: prepare v1.8.56.1
1 parent ce57982 commit 0b0c418

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111

1212
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1313

14-
## [Unreleased] (1.8.56.1)
14+
## [1.8.56.1] - 2025-11-16
1515
### Removed
1616
- **(Breaking change!)** The package for Ubuntu 20.04 (OpenSSL v1.1) is no longer maintained nor updated (because [the corresponding GitHub runner is no longer available](https://github.com/actions/runner-images/issues/11101)).
1717
- [#132](https://github.com/ForNeVeR/tdlib.native/issues/132): removed a duplicated file `libtdjson.so.1.8.45` from the Linux packages. Only the normal `.so` now remains. Thanks to @Jackhammer88!
@@ -125,4 +125,5 @@ Initial release supporting TDLib v1.2.0.
125125
[1.8.21.2]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.21.1...v1.8.21.2
126126
[1.8.29]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.21.2...v1.8.29
127127
[1.8.45]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.29...v1.8.45
128-
[Unreleased]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.45...HEAD
128+
[1.8.56.1]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.45...v1.8.56.1
129+
[Unreleased]: https://github.com/ForNeVeR/tdlib.native/compare/v1.8.56.1...HEAD

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SPDX-License-Identifier: BSL-1.0
1010
<VersionPrefix>1.8.56.1</VersionPrefix>
1111
<PackageLicenseExpression>BSL-1.0</PackageLicenseExpression>
1212
<Copyright>
13-
2025 TDLib authors,
14-
2025 tdlib.native contributors
13+
2018-2025 TDLib authors,
14+
2018-2025 tdlib.native contributors
1515
</Copyright>
1616
<PackageProjectUrl>https://github.com/ForNeVeR/tdlib.native</PackageProjectUrl>
1717
<Description>NuGet packaging for tdlib: Telegram client library.</Description>

MAINTAINERSHIP.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ Publish a New Version
1717

1818
Note that the Windows package bundles its dependencies, so their licenses have to be checked as well.
1919
5. Update the copyright information in the `Copyright` element of the `Directory.Build.props` file.
20-
6. Create a pull request, verify that the tests are okay. Merge it afterward.
21-
7. Make sure the NuGet key you use for publishing is still active. If not, then rotate the key as explained in the corresponding section of this document.
22-
8. Push a version tag (`v1.x.x`) to this repository. CI servers will do their job and upload the artifacts to the [Releases][releases] page.
23-
9. If the release is not synchronized with a corresponding release of [tdsharp][], then it's recommended to [unlist][docs.unlist] it until the corresponding release of tdsharp is available. This will help the users to do a coordinated update and not update only a part of the libraries.
20+
6. Update the `<VersionPrefix>` in the `Directory.Build.props` file.
21+
7. Create a pull request, verify that the tests are okay. Merge it afterward.
22+
8. Make sure the NuGet key you use for publishing is still active. If not, then rotate the key as explained in the corresponding section of this document.
23+
9. Push a version tag (`v1.x.x`) to this repository. CI servers will do their job and upload the artifacts to the [Releases][releases] page.
24+
10. If the release is not synchronized with a corresponding release of [tdsharp][], then it's recommended to [unlist][docs.unlist] it until the corresponding release of tdsharp is available. This will help the users to do a coordinated update and not update only a part of the libraries.
2425

2526
Update TDLib
2627
------------

0 commit comments

Comments
 (0)