Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.3.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to Floe will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.3.0](https://github.com/floeorg/floe/compare/v0.2.1...v0.3.0) (2026-04-03)


### ⚠ BREAKING CHANGES

* [#963] [#964] Replace trusted with throws, remove try keyword ([#965](https://github.com/floeorg/floe/issues/965))

### Features

* [[#963](https://github.com/floeorg/floe/issues/963)] [[#964](https://github.com/floeorg/floe/issues/964)] Replace trusted with throws, remove try keyword ([#965](https://github.com/floeorg/floe/issues/965)) ([87c41be](https://github.com/floeorg/floe/commit/87c41beda9226a08da549fd1c64a813c6d350660))


### Bug Fixes

* [[#967](https://github.com/floeorg/floe/issues/967)] Restore trusted keyword with auto-wrap semantics ([#968](https://github.com/floeorg/floe/issues/968)) ([2748b3e](https://github.com/floeorg/floe/commit/2748b3ef70964d3fc00695cd55fe794129a5d72f))

## [0.2.1](https://github.com/floeorg/floe/compare/v0.2.0...v0.2.1) (2026-04-02)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "3"

[package]
name = "floe"
version = "0.2.1"
version = "0.3.0"
edition = "2024"
description = "A programming language that compiles to TypeScript + React"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/floe-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floe-wasm"
version = "0.2.1"
version = "0.3.0"
edition = "2024"
description = "WASM build of the Floe compiler for browser usage"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "floe",
"displayName": "Floe",
"description": "Language support for Floe (.fl) - syntax highlighting, diagnostics, and LSP integration",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"publisher": "floeorg",
"icon": "icons/floe-icon.png",
Expand Down
2 changes: 1 addition & 1 deletion integrations/vite-plugin-floe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floeorg/vite-plugin",
"version": "0.2.1",
"version": "0.3.0",
"description": "Vite plugin for Floe - compile .fl files to TypeScript",
"type": "module",
"main": "dist/index.js",
Expand Down