Skip to content

Commit 1c53caa

Browse files
chore(main): release 0.1.0 (#24)
🤖 I have created a release *beep* *boop* --- ## [0.1.0](v0.0.1...v0.1.0) (2024-10-04) ### ⚠ BREAKING CHANGES * lower json schema version, rename number to float ([#12](#12)) ### ✨ New Features * Fixing problems with generated code for golang and adding sample manifest for testing. ([#22](#22)) ([558e964](558e964)) * initial CLI for codegen with support for golang strongly typed accessors ([#13](#13)) ([e8f3d3e](e8f3d3e)) * lower json schema version, rename number to float ([#12](#12)) ([ed844b4](ed844b4)) ### 📚 Documentation * Add initial flag manifest schema ([#9](#9)) ([fac35ca](fac35ca)) ### 🔄 Refactoring * change the case of the flag manifest to camel case. ([#19](#19)) ([fbac8ce](fbac8ce)) * embed flag manifest schema into code and moves files around ([#18](#18)) ([aa9d3b0](aa9d3b0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f6cfcea commit 1c53caa

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/open-feature/codegen/compare/v0.0.1...v0.1.0) (2024-10-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* lower json schema version, rename number to float ([#12](https://github.com/open-feature/codegen/issues/12))
9+
10+
### ✨ New Features
11+
12+
* Fixing problems with generated code for golang and adding sample manifest for testing. ([#22](https://github.com/open-feature/codegen/issues/22)) ([558e964](https://github.com/open-feature/codegen/commit/558e9640b8756e9cacccfdb23f136d95bd81629b))
13+
* initial CLI for codegen with support for golang strongly typed accessors ([#13](https://github.com/open-feature/codegen/issues/13)) ([e8f3d3e](https://github.com/open-feature/codegen/commit/e8f3d3ea2815b7d5473746e71f1bedc856e723c8))
14+
* lower json schema version, rename number to float ([#12](https://github.com/open-feature/codegen/issues/12)) ([ed844b4](https://github.com/open-feature/codegen/commit/ed844b43a3d05113b49b39a1e368d0ee3c308dc9))
15+
16+
17+
### 📚 Documentation
18+
19+
* Add initial flag manifest schema ([#9](https://github.com/open-feature/codegen/issues/9)) ([fac35ca](https://github.com/open-feature/codegen/commit/fac35caff88e1ef9a9c5ff1e8624040d91db9307))
20+
21+
22+
### 🔄 Refactoring
23+
24+
* change the case of the flag manifest to camel case. ([#19](https://github.com/open-feature/codegen/issues/19)) ([fbac8ce](https://github.com/open-feature/codegen/commit/fbac8ce70dda766aff437b59286beb0579aa8472))
25+
* embed flag manifest schema into code and moves files around ([#18](https://github.com/open-feature/codegen/issues/18)) ([aa9d3b0](https://github.com/open-feature/codegen/commit/aa9d3b03f0ece5295f6ce7be1f9093ed8ee9200f))

0 commit comments

Comments
 (0)