Skip to content

Commit 1624c48

Browse files
committed
chore(main): release 0.3.0
1 parent 2c3b7ec commit 1624c48

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/ssouthcity/fear_factory/compare/v0.2.0...v0.3.0) (2026-01-21)
4+
5+
6+
### Features
7+
8+
* add dynamic item page to tome ([#78](https://github.com/ssouthcity/fear_factory/issues/78)) ([b71c14d](https://github.com/ssouthcity/fear_factory/commit/b71c14d5778f01a7fed1113c8849116edb1e37d3))
9+
* add harvesting and rework inputs/outputs ([#71](https://github.com/ssouthcity/fear_factory/issues/71)) ([f4b4f52](https://github.com/ssouthcity/fear_factory/commit/f4b4f52c8c3cbdb7250bf7630192f1a1f566debc))
10+
* add people and naming logic ([#79](https://github.com/ssouthcity/fear_factory/issues/79)) ([66c0e28](https://github.com/ssouthcity/fear_factory/commit/66c0e28bcee5c59c1237f9328171e32fc4cdc6f3))
11+
* add profession concept, migrate harvesting and porting ([#93](https://github.com/ssouthcity/fear_factory/issues/93)) ([1909727](https://github.com/ssouthcity/fear_factory/commit/1909727aa86568eaf5161339835264d480487b91))
12+
* add recipe list to tome ([#80](https://github.com/ssouthcity/fear_factory/issues/80)) ([2098400](https://github.com/ssouthcity/fear_factory/commit/2098400ee45293c3f1a788264d6c0a3df6f59bbe))
13+
* add tome menu and textures ([#75](https://github.com/ssouthcity/fear_factory/issues/75)) ([c389933](https://github.com/ssouthcity/fear_factory/commit/c389933b5542dbe5c9a0d0b8a631909cf5d5d6e6))
14+
* move input logic to standalone plugin ([#77](https://github.com/ssouthcity/fear_factory/issues/77)) ([dfac385](https://github.com/ssouthcity/fear_factory/commit/dfac385d7baa68894e79f31f3304b88218131650))
15+
* porter returnal and item transfer improvements ([#100](https://github.com/ssouthcity/fear_factory/issues/100)) ([dfe22f1](https://github.com/ssouthcity/fear_factory/commit/dfe22f17e422fbf33d310238b7ac7e8d88a4dd22))
16+
* porters second iteration ([#94](https://github.com/ssouthcity/fear_factory/issues/94)) ([614c0f6](https://github.com/ssouthcity/fear_factory/commit/614c0f657a1bc7a378f35d263c007457242a6fb5))
17+
* return inventory slots ([#99](https://github.com/ssouthcity/fear_factory/issues/99)) ([1d3417e](https://github.com/ssouthcity/fear_factory/commit/1d3417e618b735faf623d8e99d8ee54d3b4597bb))
18+
* rework porters to be a task of people ([#90](https://github.com/ssouthcity/fear_factory/issues/90)) ([832c523](https://github.com/ssouthcity/fear_factory/commit/832c523f48e954c9952938ceb58fe042c60864b9))
19+
* rework tome to support multiple configurations ([#91](https://github.com/ssouthcity/fear_factory/issues/91)) ([a3d5e9c](https://github.com/ssouthcity/fear_factory/commit/a3d5e9c3e615bbfc6e475d0b88788bec6b194ad9))
20+
21+
22+
### Bug Fixes
23+
24+
* only spawn porters on walkable tiles ([#102](https://github.com/ssouthcity/fear_factory/issues/102)) ([2c3b7ec](https://github.com/ssouthcity/fear_factory/commit/2c3b7ecadb374d6c9fe557ad63787d030f7ed4df))
25+
* remove nixpkgs shim from devenv ([#82](https://github.com/ssouthcity/fear_factory/issues/82)) ([edfc6e2](https://github.com/ssouthcity/fear_factory/commit/edfc6e2cfb063cb7efd3228e630bce760e6d0013))
26+
* use item as term instead of resource ([#85](https://github.com/ssouthcity/fear_factory/issues/85)) ([8baa054](https://github.com/ssouthcity/fear_factory/commit/8baa05484a04086c31e3402f76366fd62cbe9d37))
27+
328
## [0.2.0](https://github.com/ssouthcity/fear_factory/compare/v0.1.0...v0.2.0) (2025-11-01)
429

530

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fear_factory"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)