Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Oct 28, 2021
1 parent 7f2cd5c commit ea6b100
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/fluxprotocol/oracle-vm/compare/v1.1.0...v2.0.0) (2021-10-28)


### ⚠ BREAKING CHANGES

* **vm:** Removes support for old opcodes

Squashed commits:
[4ebf0e3] WIP: Convert timestamp to hrtime
[1912f63] WIP: Add support for caching prepared WASM
[ed045c7] WIP: Add extra debugging logs
[60c2707] WIP: Implemented BigDecimal for combining numbers
[9749435] WIP: Add support for logging errors
[41b01fb] WIP: Add support for setting headers and method in a http_call
[e652060] WIP: Fetching API data through WASM
[0ed74e0] WIP: Sending commands from the worker back to the master
[5c62c60] WIP: Implementing function calling
[da679b2] chore(build): Working version of workers + TypeScript + Webpack
[8920f06] WIP: On node/browser building with webpack
[f56d907] WIP: WASM implementation

### Features

* **vm:** Add support for WASM ([7f2cd5c](https://github.com/fluxprotocol/oracle-vm/commit/7f2cd5cff2c6764b93b85ed906461da87069dd66))

## [1.1.0](https://github.com/fluxprotocol/oracle-vm/compare/v0.0.5...v1.1.0) (2021-07-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluxprotocol/oracle-vm",
"description": "Oracle VM for Flux Protocol",
"version": "1.1.0",
"version": "2.0.0",
"main": "dist/Process.js",
"types": "dist/Process.d.ts",
"devDependencies": {
Expand Down

0 comments on commit ea6b100

Please sign in to comment.