|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/ai16z/eliza/tree/HEAD) |
| 3 | +## [v0.1.4-alpha.0](https://github.com/ai16z/eliza/tree/v0.1.4-alpha.0) (2024-11-22) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.1.3...v0.1.4-alpha.0) |
4 | 6 |
|
5 |
| -[Full Changelog](https://github.com/ai16z/eliza/compare/v0.1.4-alpha.0...HEAD) |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Run using Bun.sh [\#492](https://github.com/ai16z/eliza/issues/492) |
| 10 | +- Move Trust DB into package [\#342](https://github.com/ai16z/eliza/issues/342) |
| 11 | +- Core Unit Tests [\#340](https://github.com/ai16z/eliza/issues/340) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- Twitter Dry Run not working [\#451](https://github.com/ai16z/eliza/issues/451) |
| 16 | +- getCachedEmbeddings broken for sqlite adapter [\#251](https://github.com/ai16z/eliza/issues/251) |
6 | 17 |
|
7 | 18 | **Merged pull requests:**
|
8 | 19 |
|
| 20 | +- fix: remove sol dep [\#504](https://github.com/ai16z/eliza/pull/504) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
9 | 21 | - fix: deps [\#503](https://github.com/ai16z/eliza/pull/503) ([ponderingdemocritus](https://github.com/ponderingdemocritus))
|
10 | 22 | - chore: add contributor license [\#502](https://github.com/ai16z/eliza/pull/502) ([futjrnaut](https://github.com/futjrnaut))
|
11 | 23 | - node-v [\#501](https://github.com/ai16z/eliza/pull/501) ([ponderingdemocritus](https://github.com/ponderingdemocritus))
|
|
39 | 51 | - feat: Cache Manager [\#378](https://github.com/ai16z/eliza/pull/378) ([bmgalego](https://github.com/bmgalego))
|
40 | 52 | - feat: adding back the renovate file for automated security scanning [\#358](https://github.com/ai16z/eliza/pull/358) ([sirkitree](https://github.com/sirkitree))
|
41 | 53 |
|
42 |
| -## [v0.1.4-alpha.0](https://github.com/ai16z/eliza/tree/v0.1.4-alpha.0) (2024-11-22) |
43 |
| - |
44 |
| -[Full Changelog](https://github.com/ai16z/eliza/compare/v0.1.3...v0.1.4-alpha.0) |
45 |
| - |
46 |
| -**Implemented enhancements:** |
47 |
| - |
48 |
| -- Move Trust DB into package [\#342](https://github.com/ai16z/eliza/issues/342) |
49 |
| -- Core Unit Tests [\#340](https://github.com/ai16z/eliza/issues/340) |
50 |
| - |
51 |
| -**Fixed bugs:** |
52 |
| - |
53 |
| -- Twitter Dry Run not working [\#451](https://github.com/ai16z/eliza/issues/451) |
54 |
| -- getCachedEmbeddings broken for sqlite adapter [\#251](https://github.com/ai16z/eliza/issues/251) |
55 |
| - |
56 | 54 | ## [v0.1.3](https://github.com/ai16z/eliza/tree/v0.1.3) (2024-11-20)
|
57 | 55 |
|
58 | 56 | [Full Changelog](https://github.com/ai16z/eliza/compare/v0.1.3-alpha.2...v0.1.3)
|
|
0 commit comments