Przeglądaj źródła

Setup v1.2.0-unreleased devel ver

tags/v1.2.0-rc1
Daniel Oaks 5 lat temu
rodzic
commit
9ce3bed4a2
2 zmienionych plików z 17 dodań i 1 usunięć
  1. 16
    0
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 16
- 0
CHANGELOG.md Wyświetl plik

@@ -1,6 +1,22 @@
1 1
 # Changelog
2 2
 All notable changes to Oragono will be documented in this file.
3 3
 
4
+## Unreleased
5
+New release of Oragono!
6
+
7
+### Config Changes
8
+
9
+### Security
10
+
11
+### Added
12
+
13
+### Changed
14
+
15
+### Removed
16
+
17
+### Fixed
18
+
19
+
4 20
 ## [1.1.0] - 2019-06-27
5 21
 We're pleased to announce Oragono version 1.1.0. This version has a number of exciting improvements, including:
6 22
 

+ 1
- 1
irc/constants.go Wyświetl plik

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "1.1.0"
12
+	SemVer = "1.2.0-unreleased"
13 13
 )
14 14
 
15 15
 var (

Ładowanie…
Anuluj
Zapisz