Explorar o código

bump version to 2.8

Carlos Fenollosa %!s(int64=8) %!d(string=hai) anos
pai
achega
b5a459022d
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      README.md
  2. 1 1
      bb.sh

+ 2 - 0
README.md

@@ -132,6 +132,8 @@ As a guideline, pull requests should:
 Changelog
 Changelog
 ---------
 ---------
 
 
+- 2.8      Bugfixes
+           Slavic language support thanks to Tomasz Jadowski
 - 2.7      Store post date on a comment in the html file (#96). 
 - 2.7      Store post date on a comment in the html file (#96). 
            On rebuild, the post date will be synchronised between comment date and file date, with precedence for comment date.
            On rebuild, the post date will be synchronised between comment date and file date, with precedence for comment date.
 - 2.6      Support for multiple authors, use a different `.config` for each one
 - 2.6      Support for multiple authors, use a different `.config` for each one

+ 1 - 1
bb.sh

@@ -17,7 +17,7 @@ global_config=".config"
 # by the 'global_config' file contents
 # by the 'global_config' file contents
 global_variables() {
 global_variables() {
     global_software_name="BashBlog"
     global_software_name="BashBlog"
-    global_software_version="2.7"
+    global_software_version="2.8"
 
 
     # Blog title
     # Blog title
     global_title="My fancy blog"
     global_title="My fancy blog"