Sfoglia il codice sorgente

Setup v1.2.0-unreleased devel ver

tags/v1.2.0-rc1
Daniel Oaks 5 anni fa
parent
commit
9ce3bed4a2
2 ha cambiato i file con 17 aggiunte e 1 eliminazioni
  1. 16
    0
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 16
- 0
CHANGELOG.md Vedi File

1
 # Changelog
1
 # Changelog
2
 All notable changes to Oragono will be documented in this file.
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
 ## [1.1.0] - 2019-06-27
20
 ## [1.1.0] - 2019-06-27
5
 We're pleased to announce Oragono version 1.1.0. This version has a number of exciting improvements, including:
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 Vedi File

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

Loading…
Annulla
Salva