Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtholmes committed Mar 12, 2021
1 parent f332e34 commit e7f5f01
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# CodeShovel Changelog

An incomplete list of larger-scale CodeShovel changes.

***Roadmap Changes***

These are changes that are being contemplated or are in progress.

* Ruby language support
* JavaScript language support

***v1.2 (2021-TBD)***

* Add TypeScript language support
* Add Python language support

***v1.1 (2021-03)***

* Added `YAnnotationChange` (detect add/remove/change pre-method annotations)
* Added `YDocChange` (detect changes to pre-method documentation)
* Added `YFormatChange` (identify `YBodyChange` that only change formatting)

***v1.0 (2021-01)***

* Simplified matching algorithm
* Refactor repository for ICSE artifact
* Created long-term `icse2021` branch

***v0.3.1 (2019-05)***

* Automated oracle checking infrastructure

***v0.1.2 (2018-08)***

* Initial Java implementation
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.felixgrund.codeshovel</groupId>
<artifactId>codeshovel</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1</version>

<properties>
<java.version>1.8</java.version>
Expand Down

0 comments on commit e7f5f01

Please sign in to comment.