Skip to content

Commit 3d64c36

Browse files
committed
Release: prepare v1.2.1
1 parent 407b1a7 commit 3d64c36

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
77
This file only documents changes in the site engine, not any changes in the
88
hosting infrastructure.
99

10+
## [1.2.1] - 2024-10-18
11+
### Removed
12+
- Link to Gitter.
13+
1014
## [1.2.0] - 2023-12-18
1115
### Changed
1216
- The application now uses .NET 8.0.
@@ -162,4 +166,5 @@ Initial version of the application, written in Scala using Spray framework.
162166
[1.0.2]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...v1.0.2
163167
[1.1.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...v1.1.0
164168
[1.2.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...v1.2.0
165-
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.2.0...HEAD
169+
[1.2.1]: https://github.com/codingteam/codingteam.org.ru/compare/v1.2.0...v1.2.1
170+
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.2.1...HEAD

Codingteam.Site/Codingteam.Site.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>1.2.0</Version>
5+
<Version>1.2.1</Version>
66
</PropertyGroup>
77

88
<Target Name="DownloadLogo" BeforeTargets="Build"

Codingteam.Site/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div id="main" role="main">
1717
@RenderBody()
1818
</div>
19-
<footer2023 <a href="https://github.com/codingteam/codingteam.org.ru">codingteam</a></footer>
19+
<footer2024 <a href="https://github.com/codingteam/codingteam.org.ru">codingteam</a></footer>
2020
</div>
2121
</body>
2222
</html>

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) 2023 codingteam.org.ru contributors
4+
Copyright (c) 2024 codingteam.org.ru contributors
55

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

MAINTAINERSHIP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release
55
-------
66
To release a new version:
77
1. Update the copyright year in the `LICENSE.md`, if required.
8-
2. Update the copyright year inside of the `<footer>` element of the `Codingteam.Site/Views/Shared/_Layout.cshtml`, if required.
8+
2. Update the copyright year inside the `<footer>` element of the `Codingteam.Site/Views/Shared/_Layout.cshtml`, if required.
99
3. Choose a new version according to [Semantic Versioning][semver]. It should consist of three numbers (i.e. `1.0.0`).
1010
4. Make sure there's a properly formed version entry in the `CHANGELOG.md`.
1111
5. Update the `<Version>` property in the `Codingteam.Site/Codingteam.Site.fsproj` file.

0 commit comments

Comments
 (0)