Skip to content

Commit

Permalink
Release: prepare v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 18, 2023
1 parent 86e871b commit 134a510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
This file only documents changes in the site engine, not any changes in the
hosting infrastructure.

## [Unversioned] (1.1.0)
## [1.1.0] - 2023-07-18
### Removed
- There's no longer a **Resources** page; all the resources are now listed on the main page.

Expand Down Expand Up @@ -156,4 +156,5 @@ Initial version of the application, written in Scala using Spray framework.
[1.0.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.7...1.0.0
[1.0.1]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...v1.0.2
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...HEAD
[1.1.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...v1.1.0
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...HEAD
2 changes: 1 addition & 1 deletion Codingteam.Site/Codingteam.Site.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.2</Version>
<Version>1.1.0</Version>
</PropertyGroup>

<Target Name="DownloadLogo" BeforeTargets="Build"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)
=====================

Copyright (c) 2021 codingteam.org.ru contributors
Copyright (c) 2023 codingteam.org.ru contributors

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

0 comments on commit 134a510

Please sign in to comment.