Skip to content

Commit 134a510

Browse files
committed
Release: prepare v1.1.0
1 parent 86e871b commit 134a510

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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-
## [Unversioned] (1.1.0)
10+
## [1.1.0] - 2023-07-18
1111
### Removed
1212
- There's no longer a **Resources** page; all the resources are now listed on the main page.
1313

@@ -156,4 +156,5 @@ Initial version of the application, written in Scala using Spray framework.
156156
[1.0.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.7...1.0.0
157157
[1.0.1]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.0...1.0.1
158158
[1.0.2]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...v1.0.2
159-
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...HEAD
159+
[1.1.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...v1.1.0
160+
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...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>netcoreapp3.1</TargetFramework>
5-
<Version>1.0.2</Version>
5+
<Version>1.1.0</Version>
66
</PropertyGroup>
77

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

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) 2021 codingteam.org.ru contributors
4+
Copyright (c) 2023 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

0 commit comments

Comments
 (0)