Skip to content

Commit

Permalink
Merge pull request #84 from arup-group/release_version_4_alpha
Browse files Browse the repository at this point in the history
Prepare v0.0.4-alpha release
  • Loading branch information
mfitz authored Apr 16, 2024
2 parents c4d8625 + f4431b4 commit cfc5639
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] -
## [0.0.4-alpha] - 2024-04-16

### Added

Expand All @@ -17,9 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GHG Emissions KPI under-reporting bug ([#73](https://github.com/arup-group/gelato/issues/73))
- Added default values for DRT (previously assumed as zero) [#81](https://github.com/arup-group/gelato/issues/81)

### Changed

-

## [0.0.3-alpha] - 2024-03-07

Expand Down Expand Up @@ -50,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- vehicles get fuel types and emission factors ([#60](https://github.com/arup-group/gelato/issues/60))
- trips and legs have an additional column reporting monetary cost of the trip or leg ([#59](https://github.com/arup-group/gelato/issues/59))


## [0.0.2-alpha] - 2024-02-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.arup.cml</groupId>
<artifactId>gelato</artifactId>
<name>Gelato</name>
<version>0.0.3-alpha</version>
<version>0.0.4-alpha</version>
<description>A command-line post-processing tool to turn MATSim ABM outputs into KPI metrics</description>
<inceptionYear>2023</inceptionYear>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.arup.cml</groupId>
<artifactId>gelato</artifactId>
<packaging>jar</packaging>
<version>0.0.3-alpha</version>
<version>0.0.4-alpha</version>

<name>Gelato</name>
<description>A command-line post-processing tool to turn MATSim ABM outputs into KPI metrics</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.Map;
import java.util.concurrent.atomic.AtomicInteger;

@Command(name = "MatsimKpiGenerator", version = "0.0.3-alpha", mixinStandardHelpOptions = true)
@Command(name = "MatsimKpiGenerator", version = "0.0.4-alpha", mixinStandardHelpOptions = true)
public class MatsimKpiGenerator implements Runnable {
private static final Logger LOGGER = LogManager.getLogger(MatsimKpiGenerator.class);
public static final String EOL = "\n";
Expand Down

0 comments on commit cfc5639

Please sign in to comment.