Skip to content

Commit

Permalink
Add Changelog and update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Aug 12, 2022
1 parent 2e9b1fe commit 0c99416
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] - 2022-08-12

### Added

- dex assembler tool (`bat-smali`), feature complete
- dex disassembler tool (`bat-baksmali`), feature complete
- dex merger tool (`bat-dexmerge`), feature complete
- dex dump tool (`bat-dexdump`), feature complete
- class dump tool (`bat-classdump`), not complete yet
- tinydvm: simple virtual machine to execute dalvik bytecode, not complete yet
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

allprojects {
group = "org.github.netomi.bat"
version = "0.1-SNAPSHOT"
version = "0.1.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0c99416

Please sign in to comment.