File tree 4 files changed +12
-8
lines changed 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- New scheduling protocol [ #650 ] ( https://github.com/ie3-institute/simona/issues/650 )
28
28
- Replaced akka with pekko [ #641 ] ( https://github.com/ie3-institute/simona/issues/641 )
29
29
30
+ ### Fixed
31
+ - Removed a repeated line in the documentation of vn_simona config [ #658 ] ( https://github.com/ie3-institute/simona/issues/658 )
32
+ - Removed version number "2.0" from the logo printed to console [ #642 ] ( https://github.com/ie3-institute/simona/issues/642 )
33
+
30
34
## [ 3.0.0] - 2023-08-07
31
35
32
36
### Added
@@ -123,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
127
- Fixed broken layout in RTD documentation [ #500 ] ( https://github.com/ie3-institute/simona/issues/500 )
124
128
- Corrected tests in RefSystemTest [ #560 ] ( https://github.com/ie3-institute/simona/issues/560 )
125
129
- Take log file event filters from ` logback.xml ` when defining the run log appender [ #108 ] ( https://github.com/ie3-institute/simona/issues/108 )
130
+ - Fix rendering of references in documentation [ #505 ] ( https://github.com/ie3-institute/simona/issues/505 )
126
131
127
132
### Removed
128
133
- Remove workaround for tscfg tmp directory [ #178 ] ( https://github.com/ie3-institute/simona/issues/178 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id ' signing'
8
8
id ' maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
9
9
id ' pmd' // code check, working on source code
10
- id ' com.diffplug.spotless' version ' 6.23.0 ' // code format
10
+ id ' com.diffplug.spotless' version ' 6.23.3 ' // code format
11
11
id " com.github.ben-manes.versions" version ' 0.50.0'
12
12
id " de.undercouch.download" version " 5.5.0" // downloads plugin
13
13
id " kr.motd.sphinx" version " 2.10.1" // documentation generation
@@ -101,12 +101,12 @@ dependencies {
101
101
102
102
/* logging */
103
103
implementation " com.typesafe.scala-logging:scala-logging_${ scalaVersion} :3.9.5" // pekko scala logging
104
- implementation " ch.qos.logback:logback-classic:1.4.13 "
104
+ implementation " ch.qos.logback:logback-classic:1.4.14 "
105
105
106
106
/* testing */
107
107
testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
108
108
testImplementation ' org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
109
- testImplementation ' org.mockito:mockito-core:5.7 .0' // mocking framework
109
+ testImplementation ' org.mockito:mockito-core:5.8 .0' // mocking framework
110
110
testImplementation " org.scalatest:scalatest_${ scalaVersion} :3.2.17"
111
111
testRuntimeOnly ' com.vladsch.flexmark:flexmark-all:0.64.8' // scalatest html output
112
112
testImplementation group : ' org.pegdown' , name : ' pegdown' , version : ' 1.6.0'
Original file line number Diff line number Diff line change 1
- Sphinx == 5.3.0
2
- sphinx-rtd-theme == 1.3 .0
1
+ Sphinx == 7.2.6
2
+ sphinx-rtd-theme == 2.0 .0
3
3
sphinxcontrib-plantuml == 0.27
4
- myst-parser == 1 .0.0
5
- markdown-it-py == 2.2 .0
4
+ myst-parser == 2 .0.0
5
+ markdown-it-py == 3.0 .0
6
6
sphinx-hoverxref == 1.3.0
7
7
sphinxcontrib-bibtex == 2.6.1
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ include "../common/pekko.conf"
4
4
# ATTENTION: Do not change this config file directly but use it as a base for your personal delta config for the
5
5
# vn_simona scenario! Delta configs can be created by including the config you want to change
6
6
# parameters from via include <path-to-config> (e.g. include "input/samples/vn_simona/vn_simona.conf") at the
7
- # parameters from via include <path-to-config> (e.g. include "input/samples/vn_simona/vn_simona.conf") at the
8
7
# beginning of your config file and then just override the parameters you want to change!
9
8
#########
10
9
You can’t perform that action at this time.
0 commit comments