Skip to content

Commit da13e55

Browse files
committed
Release v1.0.2
1 parent 1ce1753 commit da13e55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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-
## [Unreleased]
10+
## [1.0.2] - 2021-02-22
1111
### Fixed
1212
- Pages now have proper titles
1313

@@ -151,4 +151,5 @@ Initial version of the application, written in Scala using Spray framework.
151151
[0.7.7]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.6...0.7.7
152152
[1.0.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.7...1.0.0
153153
[1.0.1]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.0...1.0.1
154-
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...HEAD
154+
[1.0.2]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...v1.0.2
155+
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...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.1</Version>
5+
<Version>1.0.2</Version>
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="CtorSettings.fs" />

0 commit comments

Comments
 (0)