Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed May 7, 2022
1 parent b250152 commit 561d95a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Changelog

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.

## 0.1.0 (2022-05-07)


### Features

* add config ([05d63fe](https://github.com/mokkapps/changelog-generator-demo/commits/05d63feb01f84063e1baa20e606f86a4520f493e))
* add config file ([5e1fefa](https://github.com/mokkapps/changelog-generator-demo/commits/5e1fefac80bccaf0c9eee715605df5713d2ee380))
* add console config abstraction ([df064f7](https://github.com/mokkapps/changelog-generator-demo/commits/df064f7e60b487f5be032af94ef7bfbba085b776))
* add cpu as client: dispatch&interrupt ([ba38434](https://github.com/mokkapps/changelog-generator-demo/commits/ba384343379e5c89b4626f962c905bc524787bf3))
* add cpu servers for dispatch & interrupt ([a98bba7](https://github.com/mokkapps/changelog-generator-demo/commits/a98bba73633ef57ef2f706f04b0abf5dbd4481ed))
* add main.c and test.c ([a4f5c94](https://github.com/mokkapps/changelog-generator-demo/commits/a4f5c94bea5398ea25c2e69ed268ead856d2350c))
* add memory module ([36bae82](https://github.com/mokkapps/changelog-generator-demo/commits/36bae82f49d54ecd86f2a9c5c164333bf00ceefe))
* add shared library ([c593369](https://github.com/mokkapps/changelog-generator-demo/commits/c5933691c78f196640956d9912970be29acf3ba3))
* add vscode integration ([946a715](https://github.com/mokkapps/changelog-generator-demo/commits/946a71537c5b7931376ad12f897095bc33d34062))
* added console configuration ([bbcb9b8](https://github.com/mokkapps/changelog-generator-demo/commits/bbcb9b812dc6531cc79f84f1eac8280c62c12340))
* added console module ([133edf9](https://github.com/mokkapps/changelog-generator-demo/commits/133edf9d7e98262250c851bf1fa4879eeeaab45f))
* changed to absolute path ([1be094c](https://github.com/mokkapps/changelog-generator-demo/commits/1be094c87ae80001982499c28b887dbf56a1bfde))
* conexion de Kernel a Memory ([0f9c729](https://github.com/mokkapps/changelog-generator-demo/commits/0f9c7298cebc8c4edf9883ddb2e1baaab83b2ee3))
* **console:** add lexer ([3427484](https://github.com/mokkapps/changelog-generator-demo/commits/34274843a64478ae9f401feae954896b0c1b5dcb))
* **console:** add parser ([189a881](https://github.com/mokkapps/changelog-generator-demo/commits/189a88166144b64e2d0ff9b6310afb83d7cf3b52))
* **console:** add test file ([ec1550a](https://github.com/mokkapps/changelog-generator-demo/commits/ec1550a81b7abc468962900c356b721aa5c556a7))
* **console:** semantica interpretation to instruction ([7da9251](https://github.com/mokkapps/changelog-generator-demo/commits/7da9251f9c74bb471330289a51707ae458f7072d))
* **cpu:** add CPU class implementation ([9e28760](https://github.com/mokkapps/changelog-generator-demo/commits/9e28760a191ae64189b987ca3a64f06cc7bab3a4))
* **cpu:** handle pcb from module CPU ([60cf776](https://github.com/mokkapps/changelog-generator-demo/commits/60cf7769cf7f011459651d73b93088a6ed463623))
* kernel config ([ca53bd0](https://github.com/mokkapps/changelog-generator-demo/commits/ca53bd00a2938c6eda45072479b7380322fe15dc))
* **kernel:** now dispatching duties ([42c3e60](https://github.com/mokkapps/changelog-generator-demo/commits/42c3e60b8c716a5de8778bccdfb124927842903a))
* **kernel:** receive console instructions ([3ba2eac](https://github.com/mokkapps/changelog-generator-demo/commits/3ba2eacdc1d38910bce94e3ac56f8c7ee97b6eaf))
* **lib:** add CPU config shorcuts ([7a9a940](https://github.com/mokkapps/changelog-generator-demo/commits/7a9a940c51827bf8b2362e795703a6d9e9aed6c0))
* **lib:** add instruction class ([43ec3b8](https://github.com/mokkapps/changelog-generator-demo/commits/43ec3b852f586c3733ad8c86b39ba886b96bb13f))
* **lib:** add list instructions from stream ([1e16671](https://github.com/mokkapps/changelog-generator-demo/commits/1e16671eada10050c10ae5c1db0acaaf5132ab3b))
* **lib:** add module shared functions ([610fdb5](https://github.com/mokkapps/changelog-generator-demo/commits/610fdb5873819e78753c847c51bab85588e5c6a2))
* **lib:** add pcb class ([70cc768](https://github.com/mokkapps/changelog-generator-demo/commits/70cc768c8dea7d51706386edc24c62f30858ac8d))
* PCB creation upon NEW_PROCESS syscall reception ([4743f9b](https://github.com/mokkapps/changelog-generator-demo/commits/4743f9b447dfc0f470022ecdbd612616d15ed272))
* **pcb:** add to stream and from stream ([a4db3d9](https://github.com/mokkapps/changelog-generator-demo/commits/a4db3d9713d37cc830cf0f19ff7bd421f1570b25))
* **server:** add configuration abstraction ([db2dba8](https://github.com/mokkapps/changelog-generator-demo/commits/db2dba8b3de432ff73ed58486f8d0dba0aee45bb))
* **server:** add thread manager usage ([58d1ba7](https://github.com/mokkapps/changelog-generator-demo/commits/58d1ba74e181ecbe6d09af0ceee3c8195b692596))


### Bug Fixes

* **cpu:** memory connection leak ([0f38f9b](https://github.com/mokkapps/changelog-generator-demo/commits/0f38f9b827f622973d488a2049c54a41e4a3881e))
* **cpu:** solve server initialization ([4b963f3](https://github.com/mokkapps/changelog-generator-demo/commits/4b963f3768dd408780e52dea158cee95a7a1f01a))
* create log file ([cf518bc](https://github.com/mokkapps/changelog-generator-demo/commits/cf518bc6f95e173b0ec556f1c5394db50c9ad4c6))
* create log file ([388f629](https://github.com/mokkapps/changelog-generator-demo/commits/388f6297681780253b938c75b9be3551abea861c))
* fix test.c to main.c ([ee563f4](https://github.com/mokkapps/changelog-generator-demo/commits/ee563f48a23471aaea3fe0a2f49990a9ecdd46b6))
* https://github.com/tomasanchez/sski/runs/6237744518? ([86ddd97](https://github.com/mokkapps/changelog-generator-demo/commits/86ddd9707f40c2ed537101e14fc07e9509820412))
* kernel server port ([7c50744](https://github.com/mokkapps/changelog-generator-demo/commits/7c50744f0b21c6f95e0e838dbc4b0e788878f711))
* **kernel:** build failure ([49e93d2](https://github.com/mokkapps/changelog-generator-demo/commits/49e93d2db756ff0a0b9b4a06b87e144970ee7646))
* **lib:** add missing property pc ([abd54fd](https://github.com/mokkapps/changelog-generator-demo/commits/abd54fdb95d3897ad7bd32db26932950a1a4c894))
* **lib:** add missing safe_list free ([2531af8](https://github.com/mokkapps/changelog-generator-demo/commits/2531af8bd2827d1bacc316b70dd9a83185d6cdcb))
* **lib:** instruction to stream ([cca94d4](https://github.com/mokkapps/changelog-generator-demo/commits/cca94d45765fced0d0ff55f91e2877dbfd36256d))
* **lib:** memcpy args ([9c82b8f](https://github.com/mokkapps/changelog-generator-demo/commits/9c82b8fb35845eae1f17153b9d3c7c6136a4d284))
* **lib:** remove invalid free in thread_manager ([903f653](https://github.com/mokkapps/changelog-generator-demo/commits/903f653c945d82382f17f74752cfc735553956c8))
* **lib:** tm memory leaks and program kill error ([b631ee2](https://github.com/mokkapps/changelog-generator-demo/commits/b631ee2a75deb86fdad4fa60b53bcebda31e6044))
* onConnect repetead ([6010c21](https://github.com/mokkapps/changelog-generator-demo/commits/6010c21a06da087827b4f164ac237de39cf99d9f))
* suppress warning ([ce7ff3a](https://github.com/mokkapps/changelog-generator-demo/commits/ce7ff3a1edc275d6d5902a51951cbe6414dce3bb))
* warnings ([378898b](https://github.com/mokkapps/changelog-generator-demo/commits/378898b6775b5025a3d3e8d83e53b0dd252c15c8))
* warnings fixed ([1ce79a6](https://github.com/mokkapps/changelog-generator-demo/commits/1ce79a6cd784023b7b468cbc7384c9f20a305c07))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kiss",
"version": "0.0.1",
"version": "0.1.0",
"description": "Kernel de Implementacion Super Simple",
"main": "Makefile",
"repository": "https://github.com/sisoputnfrba/tp-2022-1c-code-for-goOS.git",
Expand Down

0 comments on commit 561d95a

Please sign in to comment.