Skip to content

Commit

Permalink
0.0.1 release + release notes updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shipkit-org committed Sep 21, 2017
1 parent fcf0ca2 commit 6efed02
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

**0.0.1 (2017-09-21)** - 190 commits by 7 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.1-green.svg)](https://bintray.com/minimallycorrect/minimallycorrectmaven/TickProfiler/0.0.1)
- Commits: [Ross Allan](https://github.com/nallar) (181), Darius Clark (3), Jonathan Borzilleri (2), Aes (1), [Paul Bransford](https://github.com/draeath) (1), Slind14 (1), [Yann](https://github.com/Yann151924) (1)
- Utilization command does not work. [(#73)](https://github.com/MinimallyCorrect/TickProfiler/issues/73)
- Crash due to incompatibility with RebornCore due to adding class to signed package [(#68)](https://github.com/MinimallyCorrect/TickProfiler/issues/68)
- Results are empty after running /profile e [(#67)](https://github.com/MinimallyCorrect/TickProfiler/issues/67)
- Unexpected World Change console spam [(#66)](https://github.com/MinimallyCorrect/TickProfiler/issues/66)
- Profile only picking up only mobs/entities [(#57)](https://github.com/MinimallyCorrect/TickProfiler/issues/57)
- /profile e shows no results [(#55)](https://github.com/MinimallyCorrect/TickProfiler/issues/55)
- Minecraft 1.10.2 Support [(#51)](https://github.com/MinimallyCorrect/TickProfiler/issues/51)
- [1.9.4] Profile command shows no results. [(#50)](https://github.com/MinimallyCorrect/TickProfiler/issues/50)
- profile c command broken [(#46)](https://github.com/MinimallyCorrect/TickProfiler/issues/46)
- Packet profiling hook needs updated for 1.8.9+ [(#41)](https://github.com/MinimallyCorrect/TickProfiler/issues/41)
- Fix version in mcmod.info [(#31)](https://github.com/MinimallyCorrect/TickProfiler/issues/31)
- TickProfiler officially broken on latest KCauldron [(#29)](https://github.com/MinimallyCorrect/TickProfiler/issues/29)
- fix NPE when /dump run without arguments [(#25)](https://github.com/MinimallyCorrect/TickProfiler/pull/25)
- avoid npe when world can't be retrieved from tileEntity and entity. [(#24)](https://github.com/MinimallyCorrect/TickProfiler/pull/24)
- [1.7.10] #33 Reporting very high TPS [(#21)](https://github.com/MinimallyCorrect/TickProfiler/issues/21)
- [1.7.10] Exception in server tick loop [(#20)](https://github.com/MinimallyCorrect/TickProfiler/issues/20)
- Update EntityTickProfiler.java [(#18)](https://github.com/MinimallyCorrect/TickProfiler/pull/18)
- Profiler randomly wont save output [(#16)](https://github.com/MinimallyCorrect/TickProfiler/issues/16)
- Don't ignore Spigot in/active entities when under MCPC+ [(#14)](https://github.com/MinimallyCorrect/TickProfiler/issues/14)
- Strange NPE causing random crash [(#13)](https://github.com/MinimallyCorrect/TickProfiler/issues/13)
- Feature Request: Dimension data for chunk positions [(#11)](https://github.com/MinimallyCorrect/TickProfiler/issues/11)
- No output from profiler [(#10)](https://github.com/MinimallyCorrect/TickProfiler/issues/10)
- Update build.xml to use Forge #953 [(#9)](https://github.com/MinimallyCorrect/TickProfiler/pull/9)
- Ticking world entities [(#8)](https://github.com/MinimallyCorrect/TickProfiler/issues/8)
- Updated for 1.6.4 [(#7)](https://github.com/MinimallyCorrect/TickProfiler/pull/7)
- Failed to instantiate class me.nallar.tickprofiler.util.contextaccess.ContextAccessReflection [(#5)](https://github.com/MinimallyCorrect/TickProfiler/issues/5)
- Update for Minecraft v1.5.2 & Forge build 688 [(#1)](https://github.com/MinimallyCorrect/TickProfiler/pull/1)

3 changes: 2 additions & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Version of the produced binaries. This file is intended to be checked-in.
#It will be automatically bumped by release automation.
version=0.0.1
version=0.0.2
previousVersion=0.0.1

0 comments on commit 6efed02

Please sign in to comment.