From f28ff0ae74bf0d1de7f0fb412c9143da4006f186 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Thu, 15 Aug 2024 15:08:37 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Added=20Simon=20H=C3=BCtte=20and=20Philipp?= =?UTF-8?q?=20Schmelter=20to=20authors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTHORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 98638879b4..07c026cb69 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -62,3 +62,5 @@ Scala and uses pekko as its main library for concurrent calculation and to repre - Staudt, Marius - Roumeliotis, Lara - Bung, Vicky +- Hütte, Simon +- Schmelter, Philipp From c19c1b5fd0e02989a2edc8199634f61034e73419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:06:45 +0000 Subject: [PATCH 2/4] Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 (#908) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8974152e9b..c123cf1e73 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { /* logging */ implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // pekko scala logging - implementation "ch.qos.logback:logback-classic:1.5.6" + implementation "ch.qos.logback:logback-classic:1.5.7" /* testing */ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' From 2e59adb263861e96ec0d1d8ada5ea6f207e8b5ab Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Fri, 16 Aug 2024 12:49:15 +0200 Subject: [PATCH 3/4] Added missing information to CHANGELOG.md after updating AUTHORS.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3de2d30c..a554ab08cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Harmonised both methods that check the inner temperature of thermal house against the boundaries [#880](https://github.com/ie3-institute/simona/issues/880) - Convert all `eval-rst` instances in rtd to myst syntax [#901](https://github.com/ie3-institute/simona/issues/901) - External simulation should provide information about next tick of MobSim [#776](https://github.com/ie3-institute/simona/issues/776) +- Updated AUTHORS.md [#904](...) ### Fixed - Removed a repeated line in the documentation of vn_simona config [#658](https://github.com/ie3-institute/simona/issues/658) From 02bea083c1c6043e73edfb60809faba0a1f444ae Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Fri, 16 Aug 2024 12:50:59 +0200 Subject: [PATCH 4/4] Added missing information to CHANGELOG.md after updating AUTHORS.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a554ab08cf..b12fcfb62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Harmonised both methods that check the inner temperature of thermal house against the boundaries [#880](https://github.com/ie3-institute/simona/issues/880) - Convert all `eval-rst` instances in rtd to myst syntax [#901](https://github.com/ie3-institute/simona/issues/901) - External simulation should provide information about next tick of MobSim [#776](https://github.com/ie3-institute/simona/issues/776) -- Updated AUTHORS.md [#904](...) +- Updated AUTHORS.md [#904](https://github.com/ie3-institute/simona/issues/904) ### Fixed - Removed a repeated line in the documentation of vn_simona config [#658](https://github.com/ie3-institute/simona/issues/658)