Skip to content

Commit b94020f

Browse files
committed
Release: prepare v1.8.58
1 parent 4d01b55 commit b94020f

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ 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.58)### Changed
14+
## [1.8.58] - 2025-12-07
15+
### Changed
1516
- Update to [TDLib v1.8.58](https://github.com/ForNeVeR/tdlib-versioned/releases/tag/tdlib%2Fv1.8.58).
1617

1718
## [1.8.56.1] - 2025-11-16
@@ -127,4 +128,5 @@ Initial release to support TDLib pre-1.2.
127128
[1.8.29]: https://github.com/egramtel/tdsharp/compare/v1.8.21...v1.8.29
128129
[1.8.45]: https://github.com/egramtel/tdsharp/compare/v1.8.29...v1.8.45
129130
[1.8.56.1]: https://github.com/egramtel/tdsharp/compare/v1.8.45...v1.8.56.1
130-
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.56.1...HEAD
131+
[1.8.58]: https://github.com/egramtel/tdsharp/compare/v1.8.56.1...v1.8.58
132+
[Unreleased]: https://github.com/egramtel/tdsharp/compare/v1.8.58...HEAD

Directory.Build.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ SPDX-License-Identifier: MIT
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<!-- REUSE-IgnoreStart -->
16-
<Copyright>2025 tdsharp contributors &lt;https://github.com/egramtel/tdsharp&gt;</Copyright>
16+
<Copyright>
17+
2018 Sergey Khabibullin;
18+
2018-2025 tdsharp contributors &lt;https://github.com/egramtel/tdsharp&gt;;
19+
2025 TDLib contributors &lt;https://github.com/tdlib/td&gt;
20+
</Copyright>
1721
<!-- REUSE-IgnoreEnd -->
1822
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1923
<IncludeSymbols>true</IncludeSymbols>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2018 Sergey Khabibullin
2-
Copyright (c) 2025 tdsharp contributors
2+
Copyright (c) 2018-2025 tdsharp contributors
33

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

MAINTAINERSHIP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Publish a New Version
1212

1313
1. Choose a new version. To avoid confusion, all the packages should follow the versioning of the upstream Telegram library, and should have the same version among them.
1414
2. Update the copyright year in [the license file][license], if required.
15-
3. Update the copyright year in the `Directory.Build.props`, if required.
16-
4. Update the upstream license information in the `README.md`, if required.
15+
3. Update the `<Copyright>` element in the `Directory.Build.props`, if required.
16+
4. Update the upstream license information in the `README.md` and `REUSE.toml`, if required.
1717
5. Prepare a corresponding entry in [the changelog][changelog] (usually by renaming the "Unreleased" section).
1818
6. Set the `<Version>` in the `Directory.Build.props`.
1919
7. Merge all the changes to the main branch using a pull request.

0 commit comments

Comments
 (0)